Merge pull request #618 from thelounge/astorije/disable-pull-to-refresh

Disable pull-to-refresh on mobile that conflicts with scrolling the message list
This commit is contained in:
Pavel Djundik 2016-09-25 08:28:54 +03:00 committed by GitHub
commit 98b7908c2b

View file

@ -46,6 +46,12 @@ body {
color: #222;
font: 16px Lato, sans-serif;
margin: 0;
/**
* Disable pull-to-refresh on mobile that conflicts with scrolling the message list.
* See http://stackoverflow.com/a/29313685/1935861
*/
overflow-y: hidden;
}
a {