fix: tooltip bug

This commit is contained in:
swve 2023-08-25 21:29:42 +02:00
parent cd1152022d
commit 7c733d61d5

View file

@ -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',