Skip to content
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

lightbox close button not accesible in firefox #318

Open
sammik opened this issue Jan 31, 2014 · 1 comment · May be fixed by #420
Open

lightbox close button not accesible in firefox #318

sammik opened this issue Jan 31, 2014 · 1 comment · May be fixed by #420

Comments

@sammik
Copy link

sammik commented Jan 31, 2014

It is not possible to click lightbox close button.
galleria-lightbox-nextholder covers it.

it should be exs = 'z-index:99998' probably
https://github.com/aino/galleria/blob/master/src/galleria.js#L2191

@insanity54
Copy link

+1.

This seems to be caused by galleria-lightbox-nextholder being a different size every other picture. Example--

Picture 1, galleria-lightbox-nextholder takes up half the picture and covers the close button.
Picture 2, galleria-lightbox-nextholder is 106x106px and does not cover the close button.
Picture 3, galleria-lightbox-nextholder takes up half the picture and covers the close button.
... (continuation of above pattern)

changing exs = 'z-index:99999' to exs = 'z-index:98888' worked around the problem for me, so the exit button was always clickable.

@sammik sammik linked a pull request Apr 15, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants