feat: add the waters

This commit is contained in:
2026-03-10 21:43:27 +01:00
parent 87c46c25c6
commit 30d62e878a
3 changed files with 106 additions and 3 deletions

View File

@@ -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>