anseki / leader-line

Draw a leader line in your web page.
http://anseki.github.io/leader-line/
MIT License
3.03k stars 424 forks source link

Put leader lines in the background behind a modal #356

Closed Zander1983 closed 2 years ago

Zander1983 commented 2 years ago

When I pop up a modal, the leader lines still show through the modal. Is there something I can do with CSS to prevent this? I tried changing the z-index, but it didnt help

Screenshot 2022-09-16 at 19 36 47

anseki commented 2 years ago

Hi @Zander1983, thank you for the comment. I don't know why the CSS z-index property didn't help you. Could you show an example? That usually works fine. For example: https://jsfiddle.net/hq5n79td/

Zander1983 commented 2 years ago

That worked! Thank you. I was putting the z-index: 0 on the SVG. I did as you did and put on the modal and works perfectly.

anseki commented 2 years ago

:smile: