Merge pull request #22005 from kevin147147/patch-6

Fix height to big for iPhone when using many apps
This commit is contained in:
Morris Jobke 2020-07-31 00:48:37 +02:00 committed by GitHub
commit 103a0cb20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
@mixin header-menu-height() {
min-height: calc(44px * 1.5); // show at least 1.5 entries
max-height: calc(100vh - #{$header-height} * 2);
max-height: calc(100vh - #{$header-height} * 4);
}
#header {