mo 1 vuosi sitten
vanhempi
commit
798c533e02
1 muutettua tiedostoa jossa 5 lisäystä ja 9 poistoa
  1. 5 9
      src/components/layout/index.module.less

+ 5 - 9
src/components/layout/index.module.less

@@ -1,36 +1,32 @@
 .wrap {
   width: 100vw;
-  min-height: 100vh;
+  height: 100vh;
   display: flex;
   flex-direction: row;
   background: #f1f5ff;
   overflow: hidden;
 
-
-
   .WrapcoreView {
     // .WrapcoreViewInfo {
     // border-radius: 20px;
     // background-color: #fff;
     // overflow: hidden;
     // }
+
     padding: 32px;
-    // height: calc(100vh - 64px);
-    overflow: hidden;
-    height: 100%;
-    // overflow-y: auto;
+    height: calc(100vh - 64px);
+    overflow-y: auto;
   }
 }
 
 .silder {
-  flex: 1;
-  height: 100%;
   width: 100px;
   background: #3044ca;
   min-height: 100vh;
   display: flex;
   flex-direction: column;
   align-items: center;
+  flex: 1;
 
   .logoWrap {
     margin-top: 22px;