From 2b15b4cb74f429a20c834ece902cce69e3fa33f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 7 Aug 2018 10:27:39 +0200 Subject: [PATCH] Fix apps max-height MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/header.scss b/core/css/header.scss index 1e962461da..28aae342c6 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -322,7 +322,7 @@ nav[role='navigation'] { /* Apps management */ #apps { - max-height: calc(100vh - 100px); + max-height: inherit; overflow: auto; .in-header { display: none;