summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/header.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index df20ec47d4b..9ad10a0e7c0 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
+}