Skip to content

Commit

Permalink
Merge pull request #11554 from nextcloud/backport/11111/fix-app-menu-ios
Browse files Browse the repository at this point in the history
[stable14] Added kinetic scrolling for iOS to apps dropdown menu #10281
  • Loading branch information
MorrisJobke authored Oct 2, 2018
2 parents 5d0946a + d05b13d commit 540c001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ nav[role='navigation'] {
#apps {
max-height: inherit;
overflow: auto;
-webkit-overflow-scrolling: touch;
.in-header {
display: none;
}
Expand Down

0 comments on commit 540c001

Please sign in to comment.