diff --git a/web/themes/custom/materiotheme/assets/dist/main.css b/web/themes/custom/materiotheme/assets/dist/main.css index 82d633f2..45e133a8 100644 --- a/web/themes/custom/materiotheme/assets/dist/main.css +++ b/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; diff --git a/web/themes/custom/materiotheme/assets/styles/main.scss b/web/themes/custom/materiotheme/assets/styles/main.scss index 646fdf74..26227eff 100644 --- a/web/themes/custom/materiotheme/assets/styles/main.scss +++ b/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;