瀏覽代碼

fix: layout overflow style with fixSiderbar

F-loat 7 年之前
父節點
當前提交
81d47bc25c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/layouts/BasicLayout.js

+ 0 - 1
src/layouts/BasicLayout.js

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