Skip to content

Commit

Permalink
Merge pull request #1 from navedqb/fix--tooltip-flicker-on-hover
Browse files Browse the repository at this point in the history
fix: fix tooltip flicker on hover
  • Loading branch information
navedqb authored Sep 16, 2023
2 parents c83861c + bc98f43 commit 695a22b
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

0 comments on commit 695a22b

Please sign in to comment.