Disable pull-to-refresh on mobile that conflicts with scrolling the message list

See http://stackoverflow.com/a/29313685/1935861
This commit is contained in:
Jérémie Astori 2016-09-18 19:28:27 -04:00
parent c090ab065f
commit 578328d208

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 {