Skip to content

Commit 2d48f01

Browse files
committed
fix: fix scrollbar issue
1 parent 06bb433 commit 2d48f01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/_views.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
--ct-sidebar-resizer-background-hover: var(--ct-primary-color);
44
}
55

6+
#left-container {
7+
overflow: auto !important;
8+
}
9+
610
#main-container {
11+
height: auto !important;
712
position: absolute;
813
width: 100%;
914
}

0 commit comments

Comments
 (0)