Open geeseyj opened 6 years ago
On video modals, at various screen sizes the div.modaal-video-wrap is wider than the actual video. Screenshot below:
Clicks on that extra space won't close the modal since the event listener is listening for a click on div.modaal-inner-wrapper
This makes it unresponsive when it should close the modal like other outside clicks.
I've observed this on the demo site in various browsers.
I'll send a pull request after opening this ticket. 🙂
On video modals, at various screen sizes the div.modaal-video-wrap is wider than the actual video. Screenshot below:
Clicks on that extra space won't close the modal since the event listener is listening for a click on div.modaal-inner-wrapper
This makes it unresponsive when it should close the modal like other outside clicks.
I've observed this on the demo site in various browsers.
I'll send a pull request after opening this ticket. 🙂