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.
2 parents 7759369 + 606fe52 commit 5e17d7bCopy full SHA for 5e17d7b
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