Hello,
I am struggling withe Tooltip on a map. When I Open a Tooltip, to show details, it opens behind a closed tooltip on another level (see attached)
I set Absolute with a z-index superior for the opened tooltip but it still doesn’t show properly.
Any idea ?
Thanks
Here is my public share link: LINK
(how to access public share link)
mfrench
(Mat French)
#2
Make sure that the element you want to be below isn’t still set to position: static - it needs to be relative or absolute.
If that doesn’t work then it’s likely that the tooltip is in a static parent element or parent element with a lower z-index than the button.
Thanks. I didn’t know that the parent had to be non static. Perfect.
system
(system)
closed
#4
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.