There was an error while loading. Please reload this page.
1 parent b190bd6 commit 630fafbCopy full SHA for 630fafb
1 file changed
app/layout.tsx
@@ -97,7 +97,7 @@ export default async function RootLayout({
97
src="https://plausible.io/js/script.js"
98
></Script>
99
<body
100
- className={`${inter.variable} ${ptSans.variable} antialiased bg-black dark h-[100dvh] overflow-hidden`}
+ className={`${inter.variable} ${ptSans.variable} antialiased bg-black dark min-h-screen`}
101
>
102
<IframeDetector />
103
<Toaster richColors position="bottom-center" />
0 commit comments