We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
overflow: hidden
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Awesome! This should be included by default IMO :-)
why doesn't hideScrollbar work?
hideScrollbar
Hey @Pixelous,
It works only with version 2.5.0-beta.4. I forgot to mention this on the docs. I'll update it
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: