lightGallery
lightGallery copied to clipboard
Hide scrollbar
Hi,
Can you please add an option to hide scrollbar?
Or do you recommend to use open/close events to add overflow: hidden
to body?
For now, you can use the below CSS to hide the scrollbar.
.lg-on {
overflow: hidden;
}
I'll add an option to hide the scrollbar as we've received a lot of requests in the past
Awesome! This should be included by default IMO :-)
Hey @Pixelous,
It works only with version 2.5.0-beta.4. I forgot to mention this on the docs. I'll update it