Parcourir la source

fix: 解决页面横向滚动条不显示问题 (#190)

Co-authored-by: Qingxuan001 <534794892@qqcom>
huohuoit il y a 3 ans
Parent
commit
3676014eb6
1 fichiers modifiés avec 0 ajouts et 10 suppressions
  1. 0 10
      src/style/sidebar.scss

+ 0 - 10
src/style/sidebar.scss

@@ -23,16 +23,6 @@
     margin-left: $sideBarWidth;
     position: relative;
     background: #f0f2f5;
-    @media screen and (min-width: 150px) and (max-width: 420px) {
-      .app-main .el-scrollbar__view:first-child {
-        overflow-y: hidden;
-      }
-    }
-    @media screen and (min-width: 420px) {
-      .app-main .el-scrollbar__view:first-child {
-        overflow: hidden;
-      }
-    }
   }
 
   .fixed-header {