Merge pull request #3828 from stevenengler/patch-1

Fix body overscroll and overflow on iOS Safari
This commit is contained in:
Pavel Djundik 2020-03-23 22:01:45 +02:00 committed by GitHub
commit 56dfa5ef40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ body {
* Disable pull-to-refresh on mobile that conflicts with scrolling the message list.
* See http://stackoverflow.com/a/29313685/1935861
*/
overflow-y: hidden;
overflow: hidden; /* iOS Safari requires overflow rather than overflow-y */
}
a,