فهرست منبع

fix #1315 ie style error

jim 7 سال پیش
والد
کامیت
4b085757ad
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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;
 }