wip
This commit is contained in:
@@ -29,7 +29,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en">
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased overflow-hidden`}
|
||||
>
|
||||
<StoreProvider initialData={initialState}>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user