Commit 1896271b by Sendya

fix: sider menu overflow on fixSidebar type

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