From 14af19af58565d7e2dc3e9ed10f220b2e95b40bd Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Thu, 4 Oct 2018 22:09:28 +0200 Subject: [PATCH] Fixes the apps menu scrollbar Signed-off-by: Michael Weimann --- core/css/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/header.scss b/core/css/header.scss index 5b735df1bf5ee..cc4232ccd2bb3 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -329,7 +329,8 @@ nav[role='navigation'] { /* Apps management */ #apps { max-height: inherit; - overflow: auto; + overflow-x: hidden; + overflow-y: auto; -webkit-overflow-scrolling: touch; .in-header { display: none;