Merge pull request #4656 from qburst/fix--tooltip-flicker-on-hover

fix: fix tooltip flicker on hover
pull/4660/head
Tuğçe Küçükoğlu 2023-10-19 20:46:57 +03:00 committed by GitHub
commit 391bdb0606
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;
}