-
Notifications
You must be signed in to change notification settings - Fork 331
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
Zoom out issue #55
Comments
Found it. It's the "pointer-events: none" CSS rule for div.zoom-overlay. |
@teomaragakis I have the same problem. What you mean with "pointer-events: none" solution. |
pointer-events: initial; should work. |
Hi @teomaragakis, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using a grid layout (with masonry, but I believe it's irrelevant) to display a gallery. Problem is that when you click out of the image, if underneath the cursor there's another image (even if you just see the white BG and not the image), zooms calls the new image instead of zooming out, which messes up the layout when I do finally click on nothing and unzoom.
Mind that I'm using the release.
The text was updated successfully, but these errors were encountered: