Disable pull-to-refresh on mobile web browsers

This commit is contained in:
Noah 2023-06-16 17:45:48 -07:00
parent 2da08aa67a
commit da29117741

View File

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