From 0abe801dc7a6b01c27b329ac9c200429881fbfad Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 17 Dec 2017 22:17:14 +0000 Subject: [PATCH] Disable pull to refresh in PWAs based on chrome. --- src/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.css b/src/index.css index 60a5fee..3d3a949 100644 --- a/src/index.css +++ b/src/index.css @@ -3,6 +3,9 @@ body { padding: 0; font-family: sans-serif; background-color: #ffc107; + + /* Chrome only at the moment, disable pull to refresh in PWA */ + overscroll-behavior-y: contain; } body:before {