From 30bd61530da3bb2a66b22544ecd5bfc5e414169b Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 8 Mar 2017 14:49:37 -0800 Subject: [PATCH] Add elastic scrolling to iOS. This adds elastic scrolling to iOS to allow for scroll inertia properties as standard webpages should exhibit. --- static/styles/zulip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 1e0874d0ca..ecaee7c5b5 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -156,6 +156,7 @@ p.n-margin { height: 100%; overflow-y: scroll; z-index: 99; + -webkit-overflow-scrolling: touch; } .app-main,