aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }