aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-12-16 02:07:32 +0300
committerHenry Jameson <me@hjkos.com>2018-12-16 02:07:32 +0300
commita1d00b9398d711eb42f3bc5da70e5a6d48810154 (patch)
treebcbdedbad4713e2fab6de5f87c82896589ecf709 /src
parentfc7cd6eaf6812656acf41b250358323a370dfdf3 (diff)
changed bottom-shadow hiding method to be more compatible with overflow
Diffstat (limited to 'src')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index fa37349f..26b1727a 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) {