Explorar o código

fix: slider hover style #130

kokoroli %!s(int64=6) %!d(string=hai) anos
pai
achega
3e7f253913
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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 {