mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 21:49:43 -04:00
Fix contactsmenu overflow
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
566800b29c
commit
fa54668bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -818,7 +818,7 @@ span.ui-icon {
|
|||
}
|
||||
|
||||
.content {
|
||||
max-height: calc(100% - $header-height);
|
||||
max-height: calc(100% - #{$header-height});
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue