Fix tooltip flickering

This commit is contained in:
navedqb 2023-08-11 11:24:14 +05:30
parent 0e125d92b4
commit 6fbffd3182

View file

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