Skip to content

Commit

Permalink
Fix #3687: Tooltip prevent scrollbar flickering (#3690)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 23, 2022
1 parent 9bed77d commit 99ade0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/lib/tooltip/Tooltip.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.p-tooltip {
position: absolute;
padding: .25em .5rem;
/* #3687: Tooltip prevent scrollbar flickering */
top: -9999px;
left: -9999px;
}

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

0 comments on commit 99ade0e

Please sign in to comment.