From a1d00b9398d711eb42f3bc5da70e5a6d48810154 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 16 Dec 2018 02:07:32 +0300 Subject: [PATCH] changed bottom-shadow hiding method to be more compatible with overflow --- src/components/tab_switcher/tab_switcher.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index fa37349f1..26b1727ae 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -13,7 +13,6 @@ overflow-y: hidden; overflow-x: auto; padding-top: 5px; - height: 32px; box-sizing: border-box; &::after, &::before { @@ -33,6 +32,7 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding: 5px 1em 99px; + margin-bottom: 5px - 99px - 1px; white-space: nowrap; &:not(.active) {