summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/layout.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 1867285ca..664108ed4 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -95,6 +95,7 @@ body.win32:not(.isFullScreen) .app .app__content {
95 95
96.mode__split .app .app__service { 96.mode__split .app .app__service {
97 overflow-x: auto; 97 overflow-x: auto;
98 overflow-y: hidden;
98 scroll-snap-type: x proximity; 99 scroll-snap-type: x proximity;
99} 100}
100 101