Disable pull to refresh in PWAs based on chrome.
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…
Reference in New Issue