Skip to content

Commit

Permalink
Merge pull request #11662 from nextcloud/fix/11468/app-menu-scrollbar-14
Browse files Browse the repository at this point in the history
[14] Fixes the apps menu scrollbar
  • Loading branch information
rullzer authored Oct 11, 2018
2 parents 51813f7 + 14af19a commit 55e737a
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 55e737a

Please sign in to comment.