mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: tooltip bug
This commit is contained in:
parent
cd1152022d
commit
7c733d61d5
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ const TooltipContent = styled(Tooltip.Content, {
|
||||||
lineHeight: 1,
|
lineHeight: 1,
|
||||||
color: "black",
|
color: "black",
|
||||||
backgroundColor: 'rgba(217, 217, 217, 0.50)',
|
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',
|
boxShadow: 'hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px',
|
||||||
userSelect: 'none',
|
userSelect: 'none',
|
||||||
animationDuration: '400ms',
|
animationDuration: '400ms',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue