Skip to content

Commit 630fafb

Browse files
author
Hanzo Dev
committed
fix: Remove overflow-hidden from body to allow scrolling
1 parent b190bd6 commit 630fafb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default async function RootLayout({
9797
src="https://plausible.io/js/script.js"
9898
></Script>
9999
<body
100-
className={`${inter.variable} ${ptSans.variable} antialiased bg-black dark h-[100dvh] overflow-hidden`}
100+
className={`${inter.variable} ${ptSans.variable} antialiased bg-black dark min-h-screen`}
101101
>
102102
<IframeDetector />
103103
<Toaster richColors position="bottom-center" />

0 commit comments

Comments
 (0)