From 87ee57b0dd281de5611edd466b0505346e192f58 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Wed, 26 Feb 2025 09:20:13 +0100 Subject: [PATCH] fix: scroll behavior --- src/styles/globals.css | 2 ++ 1 file changed, 2 insertions(+) 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%;