Disable pull to refresh in PWAs based on chrome.

master
Tom Hacohen 7 years ago
parent 6687758a3a
commit 0abe801dc7

@ -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 {

Loading…
Cancel
Save