lightGallery icon indicating copy to clipboard operation
lightGallery copied to clipboard

Hide scrollbar

Open Pixelous opened this issue 3 years ago • 4 comments

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?

Pixelous avatar Sep 20 '21 16:09 Pixelous

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

sachinchoolur avatar Oct 03 '21 07:10 sachinchoolur

Awesome! This should be included by default IMO :-)

grenzecho avatar Oct 20 '21 12:10 grenzecho

why doesn't hideScrollbar work?

hideScrollbar

ozil07 avatar May 19 '22 08:05 ozil07

Hey @Pixelous,

It works only with version 2.5.0-beta.4. I forgot to mention this on the docs. I'll update it

sachinchoolur avatar May 19 '22 08:05 sachinchoolur