aboutsummaryrefslogtreecommitdiff
path: root/src/components/tab_switcher
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-12-05 12:01:24 +0300
committerHenry Jameson <me@hjkos.com>2018-12-05 12:01:24 +0300
commit6636c0f551a146622a1db40582140c59d3eb650d (patch)
tree6c4be75f678d6fe35bf7d034429242b4ba8eaba3 /src/components/tab_switcher
parent51cf4dc298303127c9d59015f4eef52f6f6e1103 (diff)
mobile fixes
Diffstat (limited to 'src/components/tab_switcher')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index d0e5ea87..fbd3321b 100644
--- a/src/components/tab_switcher/tab_switcher.scss
+++ b/src/components/tab_switcher/tab_switcher.scss
@@ -11,7 +11,8 @@
position: relative;
justify-content: center;
width: 100%;
- overflow: hidden;
+ overflow-y: hidden;
+ overflow-x: auto;
padding-top: 5px;
height: 32px;
box-sizing: border-box;
@@ -33,6 +34,7 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding: 5px 1em 99px;
+ white-space: nowrap;
&:not(.active) {
z-index: 4;