aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index f926566c687..55f797789c7 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -62,7 +62,7 @@
@mixin header-menu-height() {
min-height: calc(44px * 1.5); // show at least 1.5 entries
- max-height: calc(100vh - #{variables.$header-height} * 4);
+ max-height: calc(100vh - #{variables.$header-height} * 2);
}
#header {