aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar niu tech <jerzyglowacki@gmail.com>2022-04-30 14:35:02 +0200
committerLibravatar GitHub <noreply@github.com>2022-04-30 12:35:02 +0000
commitb8345910f2829d6a1db74dcca22d9ac79716b6e1 (patch)
tree03ce9b7c6fb7c203d2fab3c63fba2dc3dd886582 /src/styles/layout.scss
parentdocs: add SpecialAro as a contributor for code (#66) [skip ci] (diff)
downloadferdium-app-b8345910f2829d6a1db74dcca22d9ac79716b6e1.tar.gz
ferdium-app-b8345910f2829d6a1db74dcca22d9ac79716b6e1.tar.zst
ferdium-app-b8345910f2829d6a1db74dcca22d9ac79716b6e1.zip
feat: add CSS scroll snap in split view mode (#64)
Diffstat (limited to 'src/styles/layout.scss')
-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 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 {