From 296b1b94929cbed172cf4948d44834ff97263738 Mon Sep 17 00:00:00 2001 From: Erik Pellikka Date: Wed, 10 Feb 2016 22:20:05 +0200 Subject: [PATCH] Fixes #22158 changed 620px to calc(100vh - 100px); --- core/css/header.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/css/header.css b/core/css/header.css index 4a5db088f9..5a5acb269a 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -255,7 +255,10 @@ opacity: .1; } - +#apps { + max-height: calc(100vh - 100px); + overflow:auto; +} /* USER MENU -----------------------------------------------------------------*/