Commit 81d47bc2 authored by F-loat's avatar F-loat Committed by 陈帅

fix: layout overflow style with fixSiderbar

parent 017a406d
...@@ -88,7 +88,6 @@ class BasicLayout extends React.PureComponent { ...@@ -88,7 +88,6 @@ class BasicLayout extends React.PureComponent {
if (fixSiderbar) { if (fixSiderbar) {
return { return {
height: '100vh', height: '100vh',
overflow: 'auto',
}; };
} }
return null; return null;
......
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