Przeglądaj źródła

fix: layout overflow style with fixSiderbar

F-loat 7 lat temu
rodzic
commit
81d47bc25c
1 zmienionych plików z 0 dodań i 1 usunięć
  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;