Disable pull-to-refresh on mobile web browsers
This commit is contained in:
parent
2da08aa67a
commit
da29117741
|
@ -1,5 +1,6 @@
|
||||||
html {
|
html {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user