Added side Pannel

This commit is contained in:
PxlLoewe
2025-03-25 00:19:08 -07:00
parent c956fb253b
commit 6b09e3380e
9 changed files with 81 additions and 15 deletions

View File

@@ -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}