Codeinwp / Nivo-Lightbox-jQuery

A simple, flexible, responsive, retina-ready jQuery lightbox plugin.
http://dev7studios.com/nivo-lightbox
MIT License
157 stars 87 forks source link

Scrolling issue on mobile devices! #41

Open ESalek opened 9 years ago

ESalek commented 9 years ago

I am using Nivo Lightbox on my client's website site. Unfortunately it is not working correctly on mobile browsers, a scrolling problem occurs. On mobile you'll see that while trying to scroll down foreground content, background is being scrolled instead of the lightbox content. It works fine on PCs.

Can you help?

Thanks, Eva

ESalek commented 9 years ago

If anyone has a similar issue, here is the fix. In nivo-lightbox.css line 10(.nivo-lightbox-overlay) add -webkit-overflow-scrolling:touch; overflow:auto;

worked for me!

mo-mono commented 8 years ago

Sorry for the bump but you just made my day 👍 Been looking into that all day... note to self: google first 😏