Fixes the apps menu scrollbar

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2018-10-04 22:09:28 +02:00
parent fbe62e1985
commit 32856197b9
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 2 additions and 1 deletions

View File

@ -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;