From 2d48f0151a097242f0199a37fd9b5aaa13b9ca76 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Mon, 18 Apr 2022 11:27:25 +0800 Subject: [PATCH] fix: fix scrollbar issue --- src/_views.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/_views.scss b/src/_views.scss index 7c1dcbf..a49a7d2 100644 --- a/src/_views.scss +++ b/src/_views.scss @@ -3,7 +3,12 @@ --ct-sidebar-resizer-background-hover: var(--ct-primary-color); } +#left-container { + overflow: auto !important; +} + #main-container { + height: auto !important; position: absolute; width: 100%; }