]> cat aescling's git repositories - mastodon.git/commitdiff
Smoother scrolling on older iOS devices (#1654)
authortom <tomfhowe@gmail.com>
Thu, 13 Apr 2017 00:50:56 +0000 (20:50 -0400)
committerEugen <eugen@zeonfederated.com>
Thu, 13 Apr 2017 00:50:56 +0000 (02:50 +0200)
This may address the scrolling issues mentioned here: https://github.com/tootsuite/mastodon/issues/1622

app/assets/stylesheets/components.scss

index 1c7f375b7477dbd6e5af30d3ba4fff99abe69605..b135d27c90b34d046f53889a71a6cb298e53d861 100644 (file)
@@ -1,6 +1,7 @@
 @import 'variables';
 
 .app-body{
+ -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
 }