fix: removed overscroll for mobiles
This commit is contained in:
parent
7caf76778c
commit
cf8c167af2
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue