Fix contacts menu overflow for few entries, fix #4744

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/4889/head
Jan-Christoph Borchardt 9 years ago
parent 2c9007616b
commit d23a7e2560
  1. 1
      core/css/styles.scss

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

Loading…
Cancel
Save