We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93261eb commit 1b0f291Copy full SHA for 1b0f291
app/(project)/FreeTacMan/layout.tsx
@@ -12,7 +12,7 @@ export default function RootLayout({
12
children: React.ReactNode;
13
}>) {
14
return (
15
- <div id="#">
+ <div className="w-full overflow-hidden">
16
17
{children}
18
</div>
0 commit comments