From fa54668bbc9838610894dfcd4e2d1f63651783dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 30 Jul 2018 13:05:37 +0200 Subject: [PATCH] Fix contactsmenu overflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index 1269796b266a8..8996bee1cc300 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -818,7 +818,7 @@ span.ui-icon { } .content { - max-height: calc(100% - $header-height); + max-height: calc(100% - #{$header-height}); height: 100%; overflow-y: auto;