Skip to content

Commit

Permalink
fix(Tooltip): fix transition glitch on nearby tooltips (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Dec 12, 2022
1 parent 5b50237 commit 7f7f752
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Tooltip/Tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
$block: '.#{variables.$ns}tooltip';

#{$block} {
// prevent glitch between two nearby tooltip refs
pointer-events: none;

// remove a white outline of the <Popup /> component
&::before {
display: none;
Expand Down

0 comments on commit 7f7f752

Please sign in to comment.