Skip to content

Commit

Permalink
Merge pull request #13681 from qburst/fix--tooltip-flicker-on-hover
Browse files Browse the repository at this point in the history
fix: fix tooltip flicker issue
  • Loading branch information
cetincakiroglu authored Sep 21, 2023
2 parents 46e11ad + 695a22b commit ff3ebc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/tooltip/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
display:none;
padding: .25em .5rem;
max-width: 12.5rem;
pointer-events:none;
}

.p-tooltip.p-tooltip-right,
Expand Down

1 comment on commit ff3ebc4

@vercel
Copy link

@vercel vercel bot commented on ff3ebc4 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.