Skip to content

Commit

Permalink
Merge pull request #11624 from nextcloud/fix/11468/app-menu-scrollbar
Browse files Browse the repository at this point in the history
Fixes the apps menu scrollbar
  • Loading branch information
rullzer authored Oct 5, 2018
2 parents d9fe68e + 3285619 commit 02e326f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 02e326f

Please sign in to comment.