Преглед изворни кода

fix: [sidebar.css] : style bug in windows

Pan пре 6 година
родитељ
комит
e627166540
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/styles/sidebar.scss

+ 1 - 1
src/styles/sidebar.scss

@@ -26,7 +26,7 @@
       right: 0px;
     }
     .scrollbar-wrapper {
-      height: calc(100% + 15px);
+      overflow-x: hidden!important;
       .el-scrollbar__view {
         height: 100%;
       }