diff options
author | tom <tomfhowe@gmail.com> | 2017-04-12 20:50:56 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-13 02:50:56 +0200 |
commit | af96e71883755a0509aa23d550cd55bd17bfb323 (patch) | |
tree | da878762ba33afd70d6296b2a013ff52f61429d2 | |
parent | 5dc73339ae0a139d06296ae935e23b6f8d0efb5b (diff) |
Smoother scrolling on older iOS devices (#1654)
This may address the scrolling issues mentioned here: https://github.com/tootsuite/mastodon/issues/1622
-rw-r--r-- | app/assets/stylesheets/components.scss | 1 |
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; } |