From bf055cc6391d1117ddf62014767129569f028913 Mon Sep 17 00:00:00 2001 From: kevin147147 Date: Wed, 18 Jul 2018 10:53:07 +0200 Subject: [PATCH] Added kinetic scrolling for iOS to apps dropdown menu --- core/css/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/header.scss b/core/css/header.scss index e218f86fa9b04..f0c995740c6a2 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -324,6 +324,7 @@ nav[role='navigation'] { /* Apps management */ #apps { + -webkit-overflow-scrolling: touch; max-height: calc(100vh - 100px); overflow: auto; .in-header {