Fix: Disable pull to refresh in chrome.

This commit is contained in:
2021-04-24 09:09:57 +05:30
parent 87402871a5
commit 2f0ef397cf
3 changed files with 5 additions and 6 deletions

View File

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

View File

@ -3,6 +3,8 @@
html,
body {
height: 100%;
/* Disables pull-to-refresh but allows overscroll glow effects. */
overscroll-behavior-y: contain;
}
body {
margin: 0;