From 48a8589ceafa6ed8ac0f6e1772b31edc33717585 Mon Sep 17 00:00:00 2001 From: kytwb Date: Mon, 13 Dec 2021 05:24:14 +0100 Subject: Fix sidebar scrolling in horizontal mode --- src/styles/vertical.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles/vertical.scss') 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; } div:first-of-type { - overflow-x: scroll; + overflow-x: scroll!important; width: 100%; } @@ -31,7 +31,7 @@ $tabitem-bias: 30px; flex-direction: row; .tab-item { - + &.is-active { border-left-width: 0px !important; border-top-width: 4px; -- cgit v1.2.3-70-g09d2