You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, on hide, tooltip is setting opacity to 0 which prevents mouse events from passing through element.
Alternatives:
display:none; || pointer-events:none;
Currently, on hide, tooltip is setting opacity to 0 which prevents mouse events from passing through element.
Alternatives:
display:none; || pointer-events:none;