Browse Source

fix(ui): right sidebar scrollbar not work when overflowing vertically

charlie 4 years ago
parent
commit
955648beeb
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/main/frontend/components/sidebar.css

+ 0 - 4
src/main/frontend/components/sidebar.css

@@ -380,10 +380,6 @@
   padding: 0;
 }
 
-.scrollbar-spacing {
-  height: 100%;
-}
-
 @supports not (overflow-y: overlay) {
   .scrollbar-spacing {
     overflow-y: auto;