-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disableScrolling doesn't work on mobile #608
Comments
Same issue on iOS not working. |
Fix incoming in next release. Currently in |
I can't see the image anymore because the image container it's pushed down and the container is fixed. May I suggest that if the options disableScrolling it's true always position the lightbox like this: instead of using top: window.scrollTop() so it will be in the center of the fixed container. Thanks |
Hello there,
I set the option disablescrolling as a true but on a mobile device I can still scroll. Why?
this is my code:
I guess it's due to the hight of #lightboxOverlay element and the value applied to #lighbox element.
The text was updated successfully, but these errors were encountered: