aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-13 05:24:14 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-13 05:24:14 +0100
commit48a8589ceafa6ed8ac0f6e1772b31edc33717585 (patch)
tree651322f013204ab4f58b3896e5fa295f7a802a4c /src/styles
parentRemove banner linking to missing survey (diff)
downloadferdium-app-48a8589ceafa6ed8ac0f6e1772b31edc33717585.tar.gz
ferdium-app-48a8589ceafa6ed8ac0f6e1772b31edc33717585.tar.zst
ferdium-app-48a8589ceafa6ed8ac0f6e1772b31edc33717585.zip
Fix sidebar scrolling in horizontal mode
Diffstat (limited to 'src/styles')
-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;