-
Notifications
You must be signed in to change notification settings - Fork 209
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
overflow-y hidden to the body #34
Comments
Hi, I will push an update when this is fixed upstream. |
Thanks for your timely response. If anyone else having the same issue, my current workaround is reseting those rules by adding the below line to the
|
Thanks for the workaround example... hopefully it'll be of use to others. |
jossmac/react-images#146 closed |
Hi,
Thanks for the awesome library!
I'm trying to implement the gird gallery so that when I click on a button, the lightbox will be displayed immediately
isOpen={true}
I noticed the lightbox adds css rule:
overflow-y:hidden
to the body tag, which is fine except it's not removing that css rule when I close the lightbox (pressesc
) causing the page to freeze (no scroll)!Any ideas/suggestions on how to workaround this?
The text was updated successfully, but these errors were encountered: