diff options
author | fuhaoshih <fuhaoshih@gmail.com> | 2015-08-31 12:55:20 +0800 |
---|---|---|
committer | fuhaoshih <fuhaoshih@gmail.com> | 2015-08-31 12:55:20 +0800 |
commit | 74c3ef95083863925f28e724e097f7516d1eb7ed (patch) | |
tree | cf60cf552b64771943e42a2143811cbf95a76b5d /core/css/apps.css | |
parent | 89b603a4b33ab1aa999518a7bb5aca6e6491e0ad (diff) | |
download | nextcloud-server-74c3ef95083863925f28e724e097f7516d1eb7ed.tar.gz nextcloud-server-74c3ef95083863925f28e724e097f7516d1eb7ed.zip |
Update apps.css
Scroll more smoothly for Webkit browser(mobile).
Diffstat (limited to 'core/css/apps.css')
-rw-r--r-- | core/css/apps.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |