Fix an samll issue on Safari
This commit is contained in:
parent
b880106644
commit
d1d4637713
|
@ -1,9 +1,14 @@
|
||||||
.m-featured-article {
|
.m-featured-article {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
background-color: var(--primary-subtle-color);
|
background-color: var(--primary-subtle-color);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
@include respond-to('medium') {
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.m-featured-article__author {
|
.m-featured-article__author {
|
||||||
@include bs(0 4px 8px rgba(0, 0, 0, 0.3));
|
@include bs(0 4px 8px rgba(0, 0, 0, 0.3));
|
||||||
|
|
|
@ -41,6 +41,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.m-featured-slider:not(:root:root) {
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
.m-featured-slider__list {
|
.m-featured-slider__list {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue