Skip to content
Snippets Groups Projects
Commit af96e718 authored by tom's avatar tom Committed by Eugen
Browse files

Smoother scrolling on older iOS devices (#1654)

This may address the scrolling issues mentioned here: https://github.com/tootsuite/mastodon/issues/1622
parent 5dc73339
No related branches found
No related tags found
No related merge requests found
@import 'variables';
.app-body{
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment