Add to the tooltip pointer-events: none;
css rule, like
.tooltip {
pointer-events: none;
}
This will prevent tooltip from being target for mouse events and will resolve the issue.
Add to the tooltip pointer-events: none;
css rule, like
.tooltip {
pointer-events: none;
}
This will prevent tooltip from being target for mouse events and will resolve the issue.