fix: empêche le clignotement de la Tooltip

pull/3197/head
Alice Dahan 2024-10-18 11:41:53 +02:00 committed by liliced
parent be9c86a437
commit 03bd369383
1 changed files with 1 additions and 0 deletions

View File

@ -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]};
}