From 7c733d61d53e54823e53d8d1fa1a69f52fb7633c Mon Sep 17 00:00:00 2001 From: swve Date: Fri, 25 Aug 2023 21:29:42 +0200 Subject: [PATCH] fix: tooltip bug --- front/components/StyledElements/Tooltip/Tooltip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/components/StyledElements/Tooltip/Tooltip.tsx b/front/components/StyledElements/Tooltip/Tooltip.tsx index 4c33501c..7f64fbb8 100644 --- a/front/components/StyledElements/Tooltip/Tooltip.tsx +++ b/front/components/StyledElements/Tooltip/Tooltip.tsx @@ -71,7 +71,7 @@ const TooltipContent = styled(Tooltip.Content, { lineHeight: 1, color: "black", backgroundColor: 'rgba(217, 217, 217, 0.50)', - zIndex: 4, + zIndex: 500, boxShadow: 'hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px', userSelect: 'none', animationDuration: '400ms',