diff --git a/client/src/style.css b/client/src/style.css index 2a4550f430..76e74492f3 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -2,6 +2,11 @@ @tailwind components; @tailwind utilities; +html, body { + /* Prevents the pull-to-refresh action */ + overscroll-behavior-y: contain; +} + /* Custom Variables */ :root { --white: #fff;