about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authortom <tomfhowe@gmail.com>2017-04-12 20:50:56 -0400
committerEugen <eugen@zeonfederated.com>2017-04-13 02:50:56 +0200
commitaf96e71883755a0509aa23d550cd55bd17bfb323 (patch)
treeda878762ba33afd70d6296b2a013ff52f61429d2 /app
parent5dc73339ae0a139d06296ae935e23b6f8d0efb5b (diff)
Smoother scrolling on older iOS devices (#1654)
This may address the scrolling issues mentioned here: https://github.com/tootsuite/mastodon/issues/1622
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/components.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 1c7f375b7..b135d27c9 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;
 }