fix: dropdown menu

This commit is contained in:
shadcn 2023-06-16 20:38:13 +04:00
parent 615e8e6384
commit 7ce8ae0867
8 changed files with 230 additions and 119 deletions

View file

@ -43,10 +43,10 @@ export default function RootLayout({ children }: RootLayoutProps) {
>
<Toaster />
<Providers attribute="class" defaultTheme="system" enableSystem>
<div className="flex flex-col min-h-screen">
<div className="flex min-h-screen flex-col">
{/* @ts-ignore */}
<Header />
<main className="flex flex-col flex-1 bg-muted/50">{children}</main>
<main className="flex flex-1 flex-col bg-muted/50">{children}</main>
</div>
<TailwindIndicator />
</Providers>