Update apps.css

Scroll more smoothly for Webkit browser(mobile).
This commit is contained in:
fuhaoshih 2015-08-31 12:55:20 +08:00
parent 89b603a4b3
commit 74c3ef9508

View file

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