aboutsummaryrefslogtreecommitdiff
path: root/src/components/tab_switcher
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/tab_switcher')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index a443531e..a7b790a3 100644
--- a/src/components/tab_switcher/tab_switcher.scss
+++ b/src/components/tab_switcher/tab_switcher.scss
@@ -46,8 +46,14 @@
&.side-tabs {
flex-direction: row;
+ @media all and (max-width: 800px) {
+ overflow-x: auto;
+ }
> .contents {
flex: 0 1 80%;
+ @media all and (max-width: 800px) {
+ min-width: 96vw;
+ }
}
> .tabs {
flex: 1 0 auto;