diff options
author | kevin147147 <kevintamool@gmail.com> | 2018-09-07 17:47:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 17:47:24 +0200 |
commit | 9e2c472a9133bdf190a8242191878acaaa13c1a3 (patch) | |
tree | 23378c7b09a55abe6fcc6eb954a46b98c57ffc9f /core/css | |
parent | a3e86be8c7a22990f66be651e1198b611a36c34b (diff) | |
download | nextcloud-server-9e2c472a9133bdf190a8242191878acaaa13c1a3.tar.gz nextcloud-server-9e2c472a9133bdf190a8242191878acaaa13c1a3.zip |
Added kinetic scrolling for iOS to apps dropdown menu #10281
this is tested with nc14
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index df20ec47d4b..9ad10a0e7c0 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -326,6 +326,7 @@ nav[role='navigation'] { #apps { max-height: inherit; overflow: auto; + -webkit-overflow-scrolling: touch; .in-header { display: none; } @@ -637,4 +638,4 @@ nav[role='navigation'] { -webkit-appearance: none; } } -}
\ No newline at end of file +} |