Skip to content

Commit

Permalink
Fix height to big for iPhone when using many apps
Browse files Browse the repository at this point in the history
Same story as #10276
I'm testing on iPhone without home button. These devices now have an even higher bottom bar.
  • Loading branch information
kevin147147 authored and MorrisJobke committed Jul 31, 2020
1 parent 6f5e64c commit a5419e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a5419e9

Please sign in to comment.