From: tom Date: Thu, 13 Apr 2017 00:50:56 +0000 (-0400) Subject: Smoother scrolling on older iOS devices (#1654) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=af96e71883755a0509aa23d550cd55bd17bfb323;p=mastodon.git Smoother scrolling on older iOS devices (#1654) This may address the scrolling issues mentioned here: https://github.com/tootsuite/mastodon/issues/1622 --- 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; }