fix: empêche le clignotement de la Tooltip
parent
be9c86a437
commit
03bd369383
|
@ -94,6 +94,7 @@ const StyledTooltip = styled.span`
|
|||
color: ${({ theme }) => theme.colors.extended.grey[100]};
|
||||
border-radius: ${({ theme }) => theme.box.borderRadius};
|
||||
z-index: 100;
|
||||
pointer-events: none;
|
||||
* {
|
||||
color: ${({ theme }) => theme.colors.extended.grey[100]};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue