Fix: Disable pull to refresh in chrome.
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
body {
|
||||
/* Disables pull-to-refresh but allows overscroll glow effects. */
|
||||
overscroll-behavior-y: contain;
|
||||
}
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
/* Disables pull-to-refresh but allows overscroll glow effects. */
|
||||
overscroll-behavior-y: contain;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user