mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fix tooltip flickering
This commit is contained in:
parent
0e125d92b4
commit
6fbffd3182
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const styles = `
|
|||
.p-tooltip {
|
||||
position:absolute;
|
||||
display:none;
|
||||
pointer-events:none;
|
||||
padding: .25em .5rem;
|
||||
max-width: 12.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue