Explorar el Código

fix: layout overflow style with fixSiderbar

F-loat hace 7 años
padre
commit
81d47bc25c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;