Merge pull request #4889 from nextcloud/fix-contactsmenu-overflow
Fix contacts menu overflow for few entries, fix #4744
This commit is contained in:
commit
e22b957d7f
|
@ -1090,6 +1090,7 @@ span.ui-icon {
|
|||
|
||||
.content {
|
||||
max-height: calc(100% - 50px);
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
.footer {
|
||||
|
|
Loading…
Reference in New Issue