Merge pull request #22071 from nextcloud/backport/22005/stable18

[stable18] Fix height to big for iPhone when using many apps
This commit is contained in:
Morris Jobke 2020-07-31 12:47:15 +02:00 committed by GitHub
commit d56beaf07a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {