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 +}