From 818c23d9f105b5352b8211ddb3cc04419b35270e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 30 Jan 2019 10:30:20 +0100 Subject: [PATCH] Scrolling on apps popovermenu 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/css/header.scss b/core/css/header.scss index 82263eb14f..6d863ab237 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -318,6 +318,13 @@ nav[role='navigation'] { } } +#apps { + max-height: inherit; + overflow-x: hidden; + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + /* USER MENU -----------------------------------------------------------------*/ #settings { display: inline-block;