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 { html {
height: 100vh; height: 100vh;
overscroll-behavior: contain;
} }
body { body {
min-height: 100vh; min-height: 100vh;