Explorar el Código

fixed maincontent scroll wrapper

Bachir Soussi Chiadmi hace 5 años
padre
commit
e6beb65a74
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      assets/css/base/_layout.scss

+ 1 - 1
assets/css/base/_layout.scss

@@ -34,7 +34,7 @@ body{
     overflow: hidden;
     >.wrapper{
       padding:0 $side-padding 0 $side-padding;
-      height:100vh;
+      height:100%;
       overflow-y: auto;
       overflow-x: hidden;
     }