Reputation: 13
I am trying to draw SVG lines over HTML elements, while:
As the z-index
of lines cannot be configured separately from the z-index
of the SVG (from what I know), the only way I thought about is to give the SVG a high z-index
but set it to be ignored in terms of disrupting the elements beneath.
Is this possible?
Any other ideas how to implement the lines over elements without disrupting the ability to click and select them?
Thanks
Upvotes: 1
Views: 56