Fix: Hopefully this will disable adroid chrome pull to refresh according to
https://developers.google.com/web/updates/2017/11/overscroll-behavior
This commit is contained in:
parent
31e9071713
commit
f410d4a69e
@ -0,0 +1,4 @@
|
|||||||
|
body {
|
||||||
|
/* Disables pull-to-refresh but allows overscroll glow effects. */
|
||||||
|
overscroll-behavior-y: contain;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user