diff --git a/core/css/header.scss b/core/css/header.scss index d974c2992e961..af98e20a9d397 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;