summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/header.scss3
1 files changed, 2 insertions, 1 deletions
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;