Tuttu
KPCKevin Powell - Community
•Created by Tuttu on 12/17/2024 in #front-end
z-index and hover interactions
It's important to note that the final HMTL layout produced by the Javascript looks like that:
The
#compass
div is sharing a common parent (#hexmap1
) with the hexes but the hexes are nested inside more divs. That might explain why I can't use z-index
like I want because they are not part of the same "stack".
But maybe there are some magic tricks I'm not aware of that could solve this issue. 🙂2 replies