From e2f440ff2dd5179e2d9bc8dea119fc4fe7c562a1 Mon Sep 17 00:00:00 2001 From: niu tech Date: Wed, 15 Sep 2021 10:39:27 +0200 Subject: Enable Split View Mode (#1926) --- src/styles/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/styles/layout.scss') diff --git a/src/styles/layout.scss b/src/styles/layout.scss index 49e041022..b5d4d86d0 100644 --- a/src/styles/layout.scss +++ b/src/styles/layout.scss @@ -82,6 +82,10 @@ body.win32:not(.isFullScreen) .app .app__content { height: calc(100% - 28px); } +.mode__split .app .app__service { + overflow-x: auto; +} + .app { .app__content { display: flex; -- cgit v1.2.3-54-g00ecf