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:
commit
dc3b550eff
|
@ -78,7 +78,7 @@
|
||||||
|
|
||||||
@mixin header-menu-height() {
|
@mixin header-menu-height() {
|
||||||
min-height: calc(44px * 1.5); // show at least 1.5 entries
|
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 {
|
#header {
|
||||||
|
|
Loading…
Reference in New Issue