Fix contacts menu overflow for few entries, fix #4744

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-05-16 01:08:49 +02:00
parent 2c9007616b
commit d23a7e2560
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 {