Merge pull request #4258 from qburst/4256--fix-tooltip-flickering

fix: fix tooltip flickering
pull/4262/head
Tuğçe Küçükoğlu 2023-08-11 11:16:42 +03:00 committed by GitHub
commit ed90951d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ const styles = `
.p-tooltip { .p-tooltip {
position:absolute; position:absolute;
display:none; display:none;
pointer-events:none;
padding: .25em .5rem; padding: .25em .5rem;
max-width: 12.5rem; max-width: 12.5rem;
} }