aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/services.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/services.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/services.scss')
-rw-r--r--src/styles/services.scss1
1 files changed, 1 insertions, 0 deletions
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