mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-03-11 06:25:05 +00:00
fix: empêche le clignotement de la Tooltip
This commit is contained in:
parent
be9c86a437
commit
03bd369383
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue