Merge pull request #4889 from nextcloud/fix-contactsmenu-overflow

Fix contacts menu overflow for few entries, fix #4744
This commit is contained in:
Roeland Jago Douma 2017-05-16 09:19:34 +02:00 committed by GitHub
commit e22b957d7f
1 changed files with 1 additions and 0 deletions

View File

@ -1090,6 +1090,7 @@ span.ui-icon {
.content {
max-height: calc(100% - 50px);
height: 100%;
overflow-y: auto;
.footer {