Hi,
I’m running into a problem where text links within my modal aren’t clickable. You can right click and open the link, but left clicking it doesn’t work.
Scroll down to 2023 HCF Initiatives > View All (button) > The Fresh Water Initiative > modal (modal-INIT-3)
There’s a text link in the first paragraph.
I assume there’s something “Blocking” the click but cant figure out what it is.
General info.
• Client required pages to be modals instead of actual pages.
• Modals are div’s set to fixed position and display ‘none’.
• Button interaction sets display to ‘block’.
• I had to use some to have the scroll of the main page stop while modal is open. But you can still scroll the modal.
I’ve been trying a bunch of things but couldn’t figure out what the problem is. I tried z-index, different ways of setting the display through interactions, moving elements order around, etc. What am I missing?
Thanks!
Staging link