Explorar o código

style: 恢复标签页横向滚动条 (#83)

* style: 恢复标签页横向滚动条
一万 %!s(int64=3) %!d(string=hai) anos
pai
achega
72224717f9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/style/sidebar.scss

+ 2 - 2
src/style/sidebar.scss

@@ -34,12 +34,12 @@
     margin-left: $sideBarWidth;
     position: relative;
     @media screen and (min-width: 150px) and (max-width: 420px) {
-      .el-scrollbar__view {
+      .app-main .el-scrollbar__view:first-child {
         overflow-y: hidden;
       }
     }
     @media screen and (min-width: 420px) {
-      .el-scrollbar__view {
+      .app-main .el-scrollbar__view:first-child {
         overflow: hidden;
       }
     }