mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
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:
commit
d56beaf07a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue