Commit 3e7f2539 by kokoroli

fix: slider hover style #130

parent b2c52513
...@@ -355,8 +355,11 @@ body { ...@@ -355,8 +355,11 @@ body {
height: auto; height: auto;
.ant-layout-sider-children { .ant-layout-sider-children {
overflow-y: hidden;
&:hover{
overflow-y: auto; overflow-y: auto;
} }
}
&.ant-fixed-sidemenu { &.ant-fixed-sidemenu {
position: fixed; position: fixed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment