Skip to content

Commit

Permalink
fix(Tooltip): fix appearing & disappearing (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Mar 28, 2024
1 parent 9a19806 commit b0b3ec8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Tooltip/Tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ $block: '.#{variables.$ns}tooltip';
max-width: 360px;
box-sizing: border-box;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);

animation-duration: unset;
animation-timing-function: unset;
animation-fill-mode: unset;
animation-duration: 0.001ms;
}
}

Expand Down

0 comments on commit b0b3ec8

Please sign in to comment.