aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/styles/vertical.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/vertical.scss b/src/styles/vertical.scss
index 083f98c3d..7f38008b9 100644
--- a/src/styles/vertical.scss
+++ b/src/styles/vertical.scss
@@ -23,7 +23,7 @@ $tabitem-bias: 30px;
23 } 23 }
24 24
25 div:first-of-type { 25 div:first-of-type {
26 overflow-x: scroll; 26 overflow-x: scroll!important;
27 width: 100%; 27 width: 100%;
28 } 28 }
29 29
@@ -31,7 +31,7 @@ $tabitem-bias: 30px;
31 flex-direction: row; 31 flex-direction: row;
32 32
33 .tab-item { 33 .tab-item {
34 34
35 &.is-active { 35 &.is-active {
36 border-left-width: 0px !important; 36 border-left-width: 0px !important;
37 border-top-width: 4px; 37 border-top-width: 4px;