Explorar el Código

Merge branch 'startLogin'

mo hace 1 año
padre
commit
49c3c4ae75
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/layout/index.module.less

+ 2 - 2
src/components/layout/index.module.less

@@ -15,8 +15,8 @@
 
     padding: 20px 32px 32px;
     height: calc(100vh - 64px);
-    // overflow-y: auto;
-    overflow: hidden;
+    overflow-y: auto;
+    // overflow: hidden;
   }
 }