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> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body
className={inter.variable} className={`${inter.variable} fixed inset-0 overflow-hidden`}
> >
<Tag /> <Tag />
<div className="fixed inset-0 overflow-y-auto w-full">
{children} {children}
</div>
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{