-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
Dynamic drawing error for horizontal scroll #377
Comments
Thank you very much for the reproducible example, that will help a lot to fix this! I'll look into it. |
This will be fixed in the new major version. As this required a big change I preferred to defer it to a major release (simplebar@5.0.0). |
Thank you so much, now its working with created elements, But, :( Its not working with (style changed) appeared elements. |
Yes I'm aware of that, it's a limitation, we can't detect style changes and horizontal overflow does not trigger a resize, so there is no way for SimpleBar to recalculate when this happen. :( |
Thx for simplebar, its awesome.
But, it isn't re-generating horizontal scroll for dynamically updated childs.
It working vertical scroll.
And it working horizontal scroll on re-appeared containers. (jQuery hide() and after show())
https://jsfiddle.net/wpkuht18/
The text was updated successfully, but these errors were encountered: