From b8345910f2829d6a1db74dcca22d9ac79716b6e1 Mon Sep 17 00:00:00 2001 From: niu tech Date: Sat, 30 Apr 2022 14:35:02 +0200 Subject: feat: add CSS scroll snap in split view mode (#64) --- src/styles/layout.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles/layout.scss') 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 { .mode__split .app .app__service { overflow-x: auto; + scroll-snap-type: x proximity; } .app { -- cgit v1.2.3-54-g00ecf