Browse Source

fix login blockdisplay #986

bach 3 years ago
parent
commit
a0d1099eae

+ 1 - 1
web/themes/custom/materiotheme/assets/dist/main.css

@@ -1262,7 +1262,7 @@ header[role="banner"] {
       background-color: #fff;
       overflow: hidden;
       width: 11em;
-      height: 1px;
+      height: 0px;
       padding: 0.01em 1em;
       box-sizing: content-box;
       transition: all 0.4s ease-in-out;

+ 1 - 1
web/themes/custom/materiotheme/assets/styles/main.scss

@@ -51,7 +51,7 @@ header[role="banner"]{
       background-color: #fff;
       overflow: hidden;
       width:11em;
-      height:1px;
+      height:0px;
       padding:0.01em 1em;
       // margin:0 0 0 -1em;
       box-sizing:content-box;