aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/styles/layout.scss1
-rw-r--r--src/styles/services.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 8454814b0..359df3f35 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 scroll-snap-type: x proximity;
98} 99}
99 100
100.app { 101.app {
diff --git a/src/styles/services.scss b/src/styles/services.scss
index d8f8b9327..359a41ab0 100644
--- a/src/styles/services.scss
+++ b/src/styles/services.scss
@@ -26,6 +26,7 @@
26 .services__webview { 26 .services__webview {
27 position: relative; 27 position: relative;
28 flex: 1 0 33.3333%; 28 flex: 1 0 33.3333%;
29 scroll-snap-align: start;
29 } 30 }
30 } 31 }
31 32