Merge pull request #7 from navedqb/4256--fix-tooltip-flickering

fix: fix tooltip flickering
pull/4258/head
navedqb 2023-08-11 11:26:32 +05:30 committed by GitHub
commit 890b99ef24
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;
} }