From 578328d20846e0032b43ed76563a1cb541b3dbbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 18 Sep 2016 19:28:27 -0400 Subject: [PATCH] Disable pull-to-refresh on mobile that conflicts with scrolling the message list See http://stackoverflow.com/a/29313685/1935861 --- client/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index a209e3bb..ed3ec8ab 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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 {