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:
Amritanshu Agrawal 2021-04-24 00:47:16 +05:30
parent 31e9071713
commit f410d4a69e
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
body {
/* Disables pull-to-refresh but allows overscroll glow effects. */
overscroll-behavior-y: contain;
}