Fix an samll issue on Safari

This commit is contained in:
Eduardo 2019-10-06 12:52:10 +02:00
parent b880106644
commit d1d4637713
2 changed files with 9 additions and 0 deletions

View file

@ -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));

View file

@ -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;