Skip to content

Commit

Permalink
Merge pull request #4258 from qburst/4256--fix-tooltip-flickering
Browse files Browse the repository at this point in the history
fix: fix tooltip flickering
  • Loading branch information
tugcekucukoglu authored Aug 11, 2023
2 parents a7885f3 + 890b99e commit ed90951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/tooltip/BaseTooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const styles = `
.p-tooltip {
position:absolute;
display:none;
pointer-events:none;
padding: .25em .5rem;
max-width: 12.5rem;
}
Expand Down

0 comments on commit ed90951

Please sign in to comment.