Fixes tooltip flicker on hover

pull/4656/head^2
navedqb 2023-10-19 14:25:55 +05:30 committed by GitHub
parent 759bd18bf5
commit decf1b8d7b
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;
}