aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-17 21:16:41 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-17 21:16:41 +0100
commit1ad685f19478aff197f2f95fc3705d2582fb522b (patch)
tree56cfcab0d8e3ad67b584ec00c7c331e5a2cbe719 /src/styles
parentNew Crowdin updates (#2328) [skip ci] (diff)
downloadferdium-app-1ad685f19478aff197f2f95fc3705d2582fb522b.tar.gz
ferdium-app-1ad685f19478aff197f2f95fc3705d2582fb522b.tar.zst
ferdium-app-1ad685f19478aff197f2f95fc3705d2582fb522b.zip
Refine selector for horizontal siebar scrolling container
For https://github.com/getferdi/ferdi/commit/e22df86cba7bc000bd3425ea5b1cd7b894396f3f#commitcomment-62027663
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/vertical.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/vertical.scss b/src/styles/vertical.scss
index 7f38008b9..166092a83 100644
--- a/src/styles/vertical.scss
+++ b/src/styles/vertical.scss
@@ -22,7 +22,7 @@ $tabitem-bias: 30px;
22 clip-path: inset(10px 10px 0 10px); 22 clip-path: inset(10px 10px 0 10px);
23 } 23 }
24 24
25 div:first-of-type { 25 >div:first-of-type {
26 overflow-x: scroll!important; 26 overflow-x: scroll!important;
27 width: 100%; 27 width: 100%;
28 } 28 }