From 6dcbea6d140c232654e595fbd37f8e8412e69ca9 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:59:57 +0530 Subject: [PATCH] fix: module detail sidebar scroll (#5064) --- web/core/components/modules/analytics-sidebar/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/components/modules/analytics-sidebar/root.tsx b/web/core/components/modules/analytics-sidebar/root.tsx index 2d6b49d7c3..ade3d0b84b 100644 --- a/web/core/components/modules/analytics-sidebar/root.tsx +++ b/web/core/components/modules/analytics-sidebar/root.tsx @@ -565,7 +565,7 @@ export const ModuleAnalyticsSidebar: React.FC = observer((props) => { -
+
{currentProjectRole && moduleDetails.link_module && moduleDetails.link_module.length > 0 ? ( <> {isEditingAllowed && !isArchived && (