-
Notifications
You must be signed in to change notification settings - Fork 496
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
Auto hide scrollbar #306
Comments
You may set a limit or just define a condition, something like this:
|
Thanks, I have create a solution with query and css: $(document).ready(function(){ |
I came up with this function to check if children elements are overflowing the container:
Then you can use it like:
and then use scrollbar variable as value for ScrollBar option: Hope it helps someone :) |
I would like the scrollbar to be automatically hidden when there is not enougth items to scroll. Is this possible?
My code ->
Carousel.txt
The text was updated successfully, but these errors were encountered: