Merge pull request #14 from navedqb/fix--tooltip-flicker-on-hover

fix: fix tooltip flicker on hover
pull/4656/head
navedqb 2023-10-19 14:27:41 +05:30 committed by GitHub
commit aeaa9c9451
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 css = `
.p-tooltip {
position:absolute;
display:none;
pointer-events: none;
padding: .25em .5rem;
max-width: 12.5rem;
}