From d05b13d3fdc497bb39b93a61ae7ff4916b4741ab Mon Sep 17 00:00:00 2001 From: kevin147147 Date: Fri, 7 Sep 2018 17:47:24 +0200 Subject: Added kinetic scrolling for iOS to apps dropdown menu #10281 this is tested with nc14 --- core/css/header.scss | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3