Skip to content

Commit 5e17d7b

Browse files
authored
Merge pull request #44 from takuma-hmng8/dev
demo site
2 parents 7759369 + 606fe52 commit 5e17d7b

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)