From 74c3ef95083863925f28e724e097f7516d1eb7ed Mon Sep 17 00:00:00 2001 From: fuhaoshih Date: Mon, 31 Aug 2015 12:55:20 +0800 Subject: [PATCH] Update apps.css Scroll more smoothly for Webkit browser(mobile). --- core/css/apps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/apps.css b/core/css/apps.css index 4118e6ea668..5396b8ba466 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -417,6 +417,7 @@ position: relative; height: 100%; overflow-y: auto; + -webkit-overflow-scrolling: touch; } #app-content-wrapper {