Added side Pannel
This commit is contained in:
@@ -27,7 +27,7 @@ export default async function RootLayout({
|
||||
return (
|
||||
<html lang="de" data-theme="dark">
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} h-screen flex flex-col`}
|
||||
className={`${geistSans.variable} ${geistMono.variable} h-screen flex flex-col overflow-hidden`}
|
||||
>
|
||||
<NextAuthSessionProvider session={session}>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user