Skip to content

Commit 1b0f291

Browse files
committed
.
1 parent 93261eb commit 1b0f291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(project)/FreeTacMan/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function RootLayout({
1212
children: React.ReactNode;
1313
}>) {
1414
return (
15-
<div id="#">
15+
<div className="w-full overflow-hidden">
1616

1717
{children}
1818
</div>

0 commit comments

Comments
 (0)