From e3979d2c481cb87293b5bcca314a988365685b88 Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Sun, 17 Aug 2025 12:09:26 +0700 Subject: [PATCH 1/2] 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} From 6d9a1db8af022b31fc68d97a06a391148c2399f3 Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Sun, 17 Aug 2025 12:36:40 +0700 Subject: [PATCH 2/2] fix(ui): scrollbar gutter stable --- apps/dokploy/components/ui/sidebar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/components/ui/sidebar.tsx b/apps/dokploy/components/ui/sidebar.tsx index b7f79f5ed..bb9d940a1 100644 --- a/apps/dokploy/components/ui/sidebar.tsx +++ b/apps/dokploy/components/ui/sidebar.tsx @@ -329,10 +329,11 @@ const SidebarInset = React.forwardRef<
);