fix: removed overscroll for mobiles

This commit is contained in:
Le fishe au chocolat 2026-06-20 09:38:19 +02:00
parent 7caf76778c
commit cf8c167af2

View file

@ -33,7 +33,7 @@ export default function RootLayout({
h-full antialiased`}
>
<head></head>
<body className="min-h-screen grid grid-rows-[auto_1fr_auto]">
<body className="min-h-screen grid grid-rows-[auto_1fr_auto] overscroll-y-none">
<Analytics />
<Header />
<main className="flex flex-col justify-center items-center py-10">