I am currently utilizing animatedModal.js for creating simple dialog boxes on my website. Everything is functioning perfectly, except for one issue - I am unable to click on the link to my logo at the top of the page because the modal with opacity:0; z-index:-9999; is blocking it. Even though the modal is hidden behind other elements and has an opacity of 0, it somehow remains in front of the logo. The logo has a z-index of 100, but the invisible modal still takes precedence.
Unfortunately, I couldn't find an online version of animatedModal.js (such as on cdnjs.com) to create a fiddle. However, you can visit my webpage here:
- The full site
- You can also view the animatedModal.js on my site