diff --git a/app/components/CustomDashboardPanel.tsx b/app/components/CustomDashboardPanel.tsx index efd2df0ea..4f7d6d9a1 100644 --- a/app/components/CustomDashboardPanel.tsx +++ b/app/components/CustomDashboardPanel.tsx @@ -103,9 +103,8 @@ export const DynamicCustomDashboardPanel = ({ className }: { className: string } }; return ( - {/*

*/} {body.displayInfoTooltip && body.displayInfoTooltip.shouldDisplay && body.displayInfoTooltip.text ? ( - + }>
@@ -113,12 +112,12 @@ export const DynamicCustomDashboardPanel = ({ className }: { className: string } } - className={`ml-24 invisible z-10 max-w-screen-md rounded-md border border-customization-background-1 bg-background-1 text-sm text-color-1 group-hover:visible`} + className={`invisible z-20 max-w-screen-md rounded-md border border-customization-background-1 bg-background text-sm text-color-1 group-hover:visible`} style={styles.popper} {...attributes.popper} static > -
Hekki
+
{body.displayInfoTooltip.text}
) : null} @@ -126,7 +125,8 @@ export const DynamicCustomDashboardPanel = ({ className }: { className: string }
{body.subText}