Browse Source

fix: slider hover style #130

kokoroli 6 years ago
parent
commit
3e7f253913
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/components/global.less

+ 4 - 1
src/components/global.less

@@ -355,7 +355,10 @@ body {
   height: auto;
 
   .ant-layout-sider-children {
-    overflow-y: auto;
+    overflow-y: hidden;
+    &:hover{
+      overflow-y: auto;
+    }
   }
 
   &.ant-fixed-sidemenu {