Fix tooltip flickering
parent
0e125d92b4
commit
6fbffd3182
|
@ -5,6 +5,7 @@ const styles = `
|
||||||
.p-tooltip {
|
.p-tooltip {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
display:none;
|
display:none;
|
||||||
|
pointer-events:none;
|
||||||
padding: .25em .5rem;
|
padding: .25em .5rem;
|
||||||
max-width: 12.5rem;
|
max-width: 12.5rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue