mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4737 - Tooltip: autoHide does not work properly
This commit is contained in:
parent
1d365fd480
commit
1448e92459
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,6 @@ const css = `
|
|||
.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