Closed afelixj closed 7 years ago
While checking the modal popup in iphone simulation in chrome developer, I noticed, after scrolling, it is possible to click and close in the bottom area.
I have posted a question in stackoverflow also. http://stackoverflow.com/questions/42886454/magnific-modal-popup-closed-on-outside-click-in-iphone
Looking forward for a solution
Thanks
The issue is where the container is set as absolute. A solution would be the following:
.mfp-container { position:fixed; }
That way, .mfp-container is never out of the viewport
.mfp-container
While checking the modal popup in iphone simulation in chrome developer, I noticed, after scrolling, it is possible to click and close in the bottom area.
I have posted a question in stackoverflow also. http://stackoverflow.com/questions/42886454/magnific-modal-popup-closed-on-outside-click-in-iphone
Looking forward for a solution
Thanks