Fix an samll issue on Safari
This commit is contained in:
parent
b880106644
commit
d1d4637713
|
@ -1,9 +1,14 @@
|
|||
.m-featured-article {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
background-color: var(--primary-subtle-color);
|
||||
z-index: 1;
|
||||
|
||||
@include respond-to('medium') {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.m-featured-article__author {
|
||||
@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 {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue