Merge pull request #10447 from nextcloud/contactsmenu-height-fix
Fix contactsmenu overflow
This commit is contained in:
commit
d29e86b395
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