mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 21:25:55 +00:00
fix: customizer
This commit is contained in:
@@ -5,7 +5,7 @@ export default function AppLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div
|
||||
data-slot="layout"
|
||||
className="group/layout relative z-10 flex min-h-svh flex-col bg-background"
|
||||
className="group/layout relative z-10 flex min-h-svh flex-col bg-background has-[[data-slot=designer]]:h-svh has-[[data-slot=designer]]:overflow-hidden"
|
||||
>
|
||||
<SiteHeader />
|
||||
<main className="flex min-h-0 flex-1 flex-col">{children}</main>
|
||||
|
||||
Reference in New Issue
Block a user