Skip to content

Commit

Permalink
Fixes tooltip flicker on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb authored Sep 16, 2023
1 parent c83861c commit bc98f43
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 bc98f43

Please sign in to comment.