logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: af96e71883755a0509aa23d550cd55bd17bfb323
parent: 5dc73339ae0a139d06296ae935e23b6f8d0efb5b
Author: tom <tomfhowe@gmail.com>
Date:   Wed, 12 Apr 2017 20:50:56 -0400

Smoother scrolling on older iOS devices (#1654)

This may address the scrolling issues mentioned here: https://github.com/tootsuite/mastodon/issues/1622

Diffstat:

Mapp/assets/stylesheets/components.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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; }