Explorar o código

fix #1315 ie style error

jim %!s(int64=7) %!d(string=hai) anos
pai
achega
4b085757ad
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/layouts/UserLayout.less

+ 2 - 1
src/layouts/UserLayout.less

@@ -3,7 +3,8 @@
 .container {
   display: flex;
   flex-direction: column;
-  min-height: 100%;
+  height: 100vh;
+  overflow: auto;
   background: #f0f2f5;
 }