-
Notifications
You must be signed in to change notification settings - Fork 69
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 of body is not removed on lightbox close #110
Comments
Hi, Neither
Maybe you can provide a repo and I'll see what the issue is. vue-easy-lightbox/src/vue-easy-lightbox.vue Lines 556 to 593 in f848e22
|
So I was using two |
The issue was fixed in v1.11.0 |
I'm using the version for Vue2. When closing the lightbox via ESC, close button or mask the
body
element stil hasoverflow-y: hidden
set.Currently I'm using a workaround to fix this.
Also
index
isn't reactive. I have to use@on-index-change
to update current index variable.The text was updated successfully, but these errors were encountered: