[WEB-5764]fix: customers preview visibility #5188

This commit is contained in:
Vamsi Krishna
2025-12-19 20:50:09 +05:30
committed by GitHub
parent 1be8c62ea6
commit d5b92e2fb3
@@ -31,7 +31,7 @@ export function SidebarRoot(props: TSidebarRootProps) {
storageKey={storageKey}
defaultTab={defaultTab}
containerClassName="gap-4"
tabPanelClassName="h-full overflow-hidden"
tabPanelClassName="h-full"
/>
</SidebarWrapper>
);