We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4084de6 commit 606fe52Copy full SHA for 606fe52
app/layout.tsx
@@ -18,7 +18,7 @@ export default function RootLayout({
18
children: React.ReactNode;
19
}) {
20
return (
21
- <html lang="en">
+ <html lang="en" style={{ overflow: "hidden" }}>
22
<body className={playfair.className}>{children}</body>
23
</html>
24
);
0 commit comments