diff options
author | kevin147147 <kevintamool@gmail.com> | 2018-09-07 17:47:24 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-10-02 20:26:06 +0200 |
commit | d05b13d3fdc497bb39b93a61ae7ff4916b4741ab (patch) | |
tree | 79e8939311d1fc4c7c4074ca435cfe52e9a4a649 | |
parent | 565220adb676a3855887980fece582fb87cc3f81 (diff) | |
download | nextcloud-server-d05b13d3fdc497bb39b93a61ae7ff4916b4741ab.tar.gz nextcloud-server-d05b13d3fdc497bb39b93a61ae7ff4916b4741ab.zip |
Added kinetic scrolling for iOS to apps dropdown menu #10281
this is tested with nc14
-rw-r--r-- | core/css/header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index f1dd3a059d4..f2e2f0546ff 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; } |