Closed lesianocmn closed 4 years ago
Is the tooltip below the cursor? It could be that the tooltip is there but hidden because it's outside the element. Can you inspect this to see if tooltip is there - but not in a visible place? Maybe there is no overflow allowed. Or you need to append the tooltip to another element.
Hi @tobiasengelhardt . Yes the tooltip is there. I could fix it making the position fixed. Thanks for your help.
Hello,
I'm trying to add a tooltip per node and the problem I see is that I can't make it always visible. If the tree is expanded the tooltip is shown, but if it's not or it's in the last node the tooltip is not shown. This is the code:
This is how it's look like:
How to make it visible? z-index it's already high but still not visible.
Thanks for any help.