From 2fda42458c3b36ab343773984e4b13b5a7256a33 Mon Sep 17 00:00:00 2001 From: neel1996 <47709856+neel1996@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:02:08 +0530 Subject: Fix: hide vertical scrollbar when in split view - Resolved #664 --- src/styles/layout.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 { .mode__split .app .app__service { overflow-x: auto; + overflow-y: hidden; scroll-snap-type: x proximity; } -- cgit v1.2.3-70-g09d2