From af96e71883755a0509aa23d550cd55bd17bfb323 Mon Sep 17 00:00:00 2001
From: tom <tomfhowe@gmail.com>
Date: Wed, 12 Apr 2017 20:50:56 -0400
Subject: [PATCH] Smoother scrolling on older iOS devices (#1654)

This may address the scrolling issues mentioned here: https://github.com/tootsuite/mastodon/issues/1622
---
 app/assets/stylesheets/components.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 1c7f375b74..b135d27c90 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -1,6 +1,7 @@
 @import 'variables';
 
 .app-body{
+ -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 
-- 
GitLab