joaopereirawd / animatedModal.js

animatedModal.js is a jQuery plugin to create a fullscreen modal with CSS3 transitions. You can use the transitions from animate.css or create your own transitions.
MIT License
962 stars 207 forks source link

Unresponsive scroll on mobile #52

Closed ghost closed 7 years ago

ghost commented 7 years ago

On desktop it works fine. I was able to put everything together and make it work the way I wanted to. Once on my phone, I couldn't even scroll. I found out the issue was on the .js file, but I couldn't find the issue.

ghost commented 7 years ago

Found out that the issue was - "overflow-y":i.overflow . By deleting it allowed the scroll, but not on the modal itself, that's another issue.

ghost commented 7 years ago

Added .scroll class to animate.css with only overflow-y:scroll. Using the js code from animatedModal, added the class when the modal opened. Fixed.