mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Fix contacts menu overflow for few entries, fix #4744
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
2c9007616b
commit
d23a7e2560
1 changed files with 1 additions and 0 deletions
|
|
@ -1090,6 +1090,7 @@ span.ui-icon {
|
|||
|
||||
.content {
|
||||
max-height: calc(100% - 50px);
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
.footer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue