-
Notifications
You must be signed in to change notification settings - Fork 29
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
horizontal scrollbar not appearing #12
Comments
When I change the style[width] from "100%" to "200px", it does shorten the horizontal display of my data. But the horizontal scroll bar does not appear. |
Hi, @developer94404! |
Hi @usulpro -- thank you for quick reply. I did not -- however, I just tried by adding style={width: "100%"}, and the horizontal scroll does not appear still. I also tried width = 50px, 80% just for experiment (still no appear). If it helps (I don't think it does), my widget is being rendered into golden layout container. |
but is your content inside scrollbar has width bigger than scrollbar area? It's a reason for horisontal scroll appearing. Usualy
|
Hi, thanks for reply. I just tried it out: First, the setting I use for ReactScrollBar: Second, the setting I use for inside div:
Perhaps the difference between this and your test cases, is that I am rendering the data into the inside div based on ajax call; so the data is variable-length based on use-case and may change on any specific React render() call. Thanks! Edit: I also tried above cases with inner div having |
@developer94404 |
Hey @usulpro, Sorry for my slow respose. But I think, I need reproduce to check it 😕 |
has this been fixed? |
I think I may be running into this issue. Has it been fixed yet? |
Hi, thanks for your excellent component. I dropped it in and it was instantaneously working with vertical scroll.
However, I am not able to get horizontal scroll to appear. Do you have any tips?
My data is overflowing in horizontal direction; if use native css scroll enable, the browser horizontal scrollbar does show up.
Thanks for any help!
I am using your component like this:
The text was updated successfully, but these errors were encountered: