Merge pull request #22064 from nextcloud/backport/22005/stable19

[stable19] Fix height to big for iPhone when using many apps
This commit is contained in:
John Molakvoæ 2020-07-31 09:22:53 +02:00 committed by GitHub
commit dc3b550eff
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 {