From 9e2c472a9133bdf190a8242191878acaaa13c1a3 Mon Sep 17 00:00:00 2001 From: kevin147147 Date: Fri, 7 Sep 2018 17:47:24 +0200 Subject: [PATCH] Added kinetic scrolling for iOS to apps dropdown menu #10281 this is tested with nc14 --- core/css/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/header.scss b/core/css/header.scss index df20ec47d4..9ad10a0e7c 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 +}