From d23a7e256097cc5cd6dd424b48b19814d5d6ceed Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 16 May 2017 01:08:49 +0200 Subject: [PATCH] Fix contacts menu overflow for few entries, fix #4744 Signed-off-by: Jan-Christoph Borchardt --- core/css/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/styles.scss b/core/css/styles.scss index 3468cf6900..a8ddcfd172 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1090,6 +1090,7 @@ span.ui-icon { .content { max-height: calc(100% - 50px); + height: 100%; overflow-y: auto; .footer {