Fix tooltip flickering

pull/4258/head^2
navedqb 2023-08-11 11:24:14 +05:30
parent 0e125d92b4
commit 6fbffd3182
1 changed files with 1 additions and 0 deletions

View File

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