fix overflow

This commit is contained in:
Max Peintner
2024-10-24 14:04:07 +02:00
parent 4d0e4bc747
commit fb656bc5e9
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1,2 @@
custom-config.js
custom-config.js
.env.local

View File

@@ -35,7 +35,7 @@ export default async function RootLayout({
<ThemeProvider>
<NextIntlClientProvider messages={messages}>
<div
className={`h-screen overflow-y-scroll bg-background-light-600 dark:bg-background-dark-600`}
className={`relative min-h-screen bg-background-light-600 dark:bg-background-dark-600`}
>
<div className="absolute bottom-0 right-0 flex flex-row p-4 items-center space-x-4">
<LanguageSwitcher />