Commit 328c81da by Sendya

fix: sider menu overflow on fixSidebar type

parent 87fdea16
...@@ -491,6 +491,10 @@ ...@@ -491,6 +491,10 @@
position: relative; position: relative;
z-index: 10; z-index: 10;
.ant-layout-sider-children {
overflow-y: auto;
}
&.ant-fixed-sidemenu { &.ant-fixed-sidemenu {
position: fixed; position: fixed;
height: 100%; height: 100%;
......
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