♻️ refactor(ui): Layout

This commit is contained in:
web@ppanel
2024-11-15 20:32:18 +07:00
parent eda18bc551
commit 9262d7d91d
3 changed files with 8239 additions and 2788 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default async function DashboardLayout({ children }: { children: React.Re
<SidebarLeft />
<SidebarInset className='relative flex-grow overflow-hidden'>
<Header />
<div className='h-[calc(100vh-56px)] gap-4 overflow-auto p-4'>{children}</div>
<div className='h-[calc(100vh-56px)] flex-grow gap-4 overflow-auto p-4'>{children}</div>
</SidebarInset>
</SidebarProvider>
);