Merge pull request #11624 from nextcloud/fix/11468/app-menu-scrollbar

Fixes the apps menu scrollbar
This commit is contained in:
Roeland Jago Douma 2018-10-05 10:57:21 +02:00 committed by GitHub
commit 02e326f8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;