diff options
-rw-r--r-- | core/css/header.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 82263eb14fe..6d863ab237a 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; |