tooltip
tooltip copied to clipboard
Tooltip over another tooltip
Hi! Is there a way to hide a tooltip once another tooltip is triggered above the previous?
I have a big div element with tooltip, and inside of it a small div also with tooltip. I want to hide the big div tooltip once the small div tooltip is triggered (when hovering on the small one) - kind of stop propagation on tooltips. Right now, i just see tooltip on top of another.
Is there a way to do so? tnx.
Following!