kokoroli 6 жил өмнө
parent
commit
3e7f253913

+ 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 {