Update src/app/layout.tsx

This commit is contained in:
2025-12-20 15:17:15 +00:00
parent 7a380cccaf
commit 66753220f1

View File

@@ -46,10 +46,12 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={inter.variable}
className={`${inter.variable} fixed inset-0 overflow-hidden`}
>
<Tag />
{children}
<div className="fixed inset-0 overflow-y-auto w-full">
{children}
</div>
<script
dangerouslySetInnerHTML={{
@@ -1272,4 +1274,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}