Merge pull request #18692 from fuhaoshih/patch-2

Update apps.css (Scroll more smoothly for Webkit browser)
This commit is contained in:
Thomas Müller 2015-09-16 14:17:16 +02:00
commit b049a05384
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@
position: relative; position: relative;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
-webkit-overflow-scrolling: touch;
} }
#app-content-wrapper { #app-content-wrapper {