Disable pull-to-refresh on mobile web browsers

ipad-testing
Noah 2023-06-16 17:45:48 -07:00
parent 2da08aa67a
commit da29117741
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
html {
height: 100vh;
overscroll-behavior: contain;
}
body {
min-height: 100vh;