Fixes tooltip flicker on hover
parent
759bd18bf5
commit
decf1b8d7b
|
@ -5,6 +5,7 @@ const css = `
|
|||
.p-tooltip {
|
||||
position:absolute;
|
||||
display:none;
|
||||
pointer-events: none;
|
||||
padding: .25em .5rem;
|
||||
max-width: 12.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue