Ver código fonte

fix: layout overflow style with fixSiderbar

F-loat 7 anos atrás
pai
commit
81d47bc25c
1 arquivos alterados com 0 adições e 1 exclusões
  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;