Browse Source

fix: layout overflow style with fixSiderbar

F-loat 7 năm trước cách đây
mục cha
commit
81d47bc25c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;