feat: add the waters
This commit is contained in:
@@ -25,8 +25,8 @@ function PlatformLayoutInner() {
|
||||
return (
|
||||
<SidebarProvider open={sidebarOpen} onOpenChange={setSidebarOpen}>
|
||||
<AppSidebar />
|
||||
<div className="relative flex min-h-0 w-full flex-1 flex-col bg-background">
|
||||
<div className="flex min-h-0 flex-1 flex-col">
|
||||
<div className="relative flex h-dvh min-h-0 w-full flex-1 flex-col overflow-hidden bg-background">
|
||||
<div className="flex min-h-0 flex-1 flex-col overflow-hidden">
|
||||
<Outlet />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user