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

[14] Fixes the apps menu scrollbar
This commit is contained in:
Roeland Jago Douma 2018-10-11 11:38:49 +02:00 committed by GitHub
commit 55e737afb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;