diff --git a/src/styles/globals.css b/src/styles/globals.css index 9111bbd..9f3d298 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -2,6 +2,8 @@ @tailwind components; @tailwind utilities; +html, body {overscroll-behavior:none} + @layer base { :root { --background: 0 0% 100%;