From e3979d2c481cb87293b5bcca314a988365685b88 Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Sun, 17 Aug 2025 12:09:26 +0700 Subject: [PATCH] fix(ui): fixed viewport --- apps/dokploy/components/ui/sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/ui/sidebar.tsx b/apps/dokploy/components/ui/sidebar.tsx index a042a6180..b7f79f5ed 100644 --- a/apps/dokploy/components/ui/sidebar.tsx +++ b/apps/dokploy/components/ui/sidebar.tsx @@ -148,7 +148,7 @@ const SidebarProvider = React.forwardRef< } as React.CSSProperties } className={cn( - "group/sidebar-wrapper flex min-h-svh w-full has-[[data-variant=inset]]:bg-sidebar", + "group/sidebar-wrapper flex h-svh w-full has-[[data-variant=inset]]:bg-sidebar", className, )} ref={ref}