Merge pull request #10447 from nextcloud/contactsmenu-height-fix

Fix contactsmenu overflow
This commit is contained in:
Roeland Jago Douma 2018-07-30 14:00:26 +02:00 committed by GitHub
commit d29e86b395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;