Hey Daniel,
Opening works great on my browser. Closing gets funky, for three reasons-
- Your popups are massive, taller than some screens. The close button is pushed off screen.
- Your nav has a higher z-index than your popup, so the close button is beneath it
- The close button itself has an issue, below;
It looks like you have a click interaction within a click interaction on your close button.
The outer one on the div doesn’t do anything, but might intercept the click so that the actual close interaction can’t fire.
On both dialogs, I’d fix the close buttons. Remove the inner interaction, and put the close trigger on the div, wired correctly to the close interaction.