Fixed #4737 - Tooltip: autoHide does not work properly

This commit is contained in:
tugcekucukoglu 2023-11-02 10:53:45 +03:00
parent 1d365fd480
commit 1448e92459
2 changed files with 2 additions and 3 deletions

View file

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