Browse Source

fix: layout overflow style with fixSiderbar

pull/1630/head
F-loat 8 years ago
committed by 陈帅
parent
commit
81d47bc25c
  1. 1
      src/layouts/BasicLayout.js

1
src/layouts/BasicLayout.js

@ -88,7 +88,6 @@ class BasicLayout extends React.PureComponent {
if (fixSiderbar) {
return {
height: '100vh',
overflow: 'auto',
};
}
return null;

Loading…
Cancel
Save