diff --git a/frontend/src/components/v2/Tooltip/Tooltip.tsx b/frontend/src/components/v2/Tooltip/Tooltip.tsx index 3c9dcf1cb..2eb443b4e 100644 --- a/frontend/src/components/v2/Tooltip/Tooltip.tsx +++ b/frontend/src/components/v2/Tooltip/Tooltip.tsx @@ -1,5 +1,6 @@ import { ReactNode } from "react"; import * as TooltipPrimitive from "@radix-ui/react-tooltip"; +import { TooltipProps as RootProps } from "@radix-ui/react-tooltip"; import { twMerge } from "tailwind-merge"; export type TooltipProps = Omit & { @@ -14,6 +15,7 @@ export type TooltipProps = Omit // just render children if tooltip content is empty content ? ( { sideOffset={-1} align="end" className="max-w-xl text-xs normal-case" + rootProps={{ + disableHoverableContent: true + }} >