From d5b92e2fb37e39695223fbe8ca1968d2fe6a663c Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:50:09 +0530 Subject: [PATCH] [WEB-5764]fix: customers preview visibility #5188 --- apps/web/ee/components/common/layout/sidebar/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/ee/components/common/layout/sidebar/root.tsx b/apps/web/ee/components/common/layout/sidebar/root.tsx index 962c8941f5..8c6870a26b 100644 --- a/apps/web/ee/components/common/layout/sidebar/root.tsx +++ b/apps/web/ee/components/common/layout/sidebar/root.tsx @@ -31,7 +31,7 @@ export function SidebarRoot(props: TSidebarRootProps) { storageKey={storageKey} defaultTab={defaultTab} containerClassName="gap-4" - tabPanelClassName="h-full overflow-hidden" + tabPanelClassName="h-full" /> );