Skip to content

Commit

Permalink
fix: fix scrollbar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 18, 2022
1 parent 06bb433 commit 2d48f01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down

0 comments on commit 2d48f01

Please sign in to comment.