Update _main-sidebar.scss (#3082)

fixed scrollbar show in sidebar
This commit is contained in:
Michael Yang 2020-11-25 14:50:13 +08:00 committed by GitHub
parent 82d6e78508
commit a182ecfa69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
.sidebar {
height: calc(100% - (#{$main-header-height-inner} + #{$main-header-bottom-border-width}));
overflow-y: auto;
overflow-y: initial;
padding-bottom: $sidebar-padding-y;
padding-left: $sidebar-padding-x;
padding-right: $sidebar-padding-x;