Skip to content

Commit 606fe52

Browse files
author
takuma-hmng8
committed
demo site
1 parent 4084de6 commit 606fe52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function RootLayout({
1818
children: React.ReactNode;
1919
}) {
2020
return (
21-
<html lang="en">
21+
<html lang="en" style={{ overflow: "hidden" }}>
2222
<body className={playfair.className}>{children}</body>
2323
</html>
2424
);

0 commit comments

Comments
 (0)