Add elastic scrolling to iOS.

This adds elastic scrolling to iOS to allow for scroll inertia
properties as standard webpages should exhibit.
This commit is contained in:
Brock Whittaker 2017-03-08 14:49:37 -08:00 committed by Tim Abbott
parent 1d2c3cec10
commit 30bd61530d
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ p.n-margin {
height: 100%;
overflow-y: scroll;
z-index: 99;
-webkit-overflow-scrolling: touch;
}
.app-main,