From 32856197b9a6c8289c943f11e7b8b2a3c177c19b Mon Sep 17 00:00:00 2001
From: Michael Weimann <mail@michael-weimann.eu>
Date: Thu, 4 Oct 2018 22:09:28 +0200
Subject: [PATCH] Fixes the apps menu scrollbar

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
---
 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 d974c2992e9..af98e20a9d3 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;
-- 
GitLab