From 5b2de5b833c617c6af60a8f206a442d6bd9e8902 Mon Sep 17 00:00:00 2001 From: devartes Date: Mon, 28 Nov 2022 13:38:26 -0300 Subject: [PATCH] style(slider): removendo display none do scrollbar --- src/styles/partials/slider.scss | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/styles/partials/slider.scss b/src/styles/partials/slider.scss index a456955..2c7119b 100644 --- a/src/styles/partials/slider.scss +++ b/src/styles/partials/slider.scss @@ -37,11 +37,6 @@ h2 { height: 60.01px; margin: 24px 24px 8px 24px; overflow-y: auto; - -ms-overflow-style: none; - scrollbar-width: none; - &::-webkit-scrollbar { - display: none; - } } & figcaption { margin: 0 24px 24px 24px; @@ -51,12 +46,6 @@ h2 { color: $description-item-list-color; max-height: 91px; overflow-y: auto; - -ms-overflow-style: none; - scrollbar-width: none; - font-family: "Roboto", sans-serif; - &::-webkit-scrollbar { - display: none; - } } } } @@ -241,9 +230,6 @@ h2 { } & figcaption { margin: 0 24px 24px 24px; - &::-webkit-scrollbar { - display: none; - } } } } @@ -280,9 +266,6 @@ h2 { } & figcaption { margin: 0 24px 24px 24px; - &::-webkit-scrollbar { - display: none; - } } } }