From b19fd6d58e02c9884d445ee34dc3ba8d1072c88c Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Mon, 8 Jan 2024 09:49:25 +0100 Subject: [PATCH] fix tooltip --- libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx b/libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx index 974ceda61f..105aabca2e 100644 --- a/libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx +++ b/libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx @@ -15,7 +15,9 @@ export function CustomTooltip({ children, placement, tooltipId, tooltipClasses, return ( (!hide ? ( -