-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to add horizontal scrollbar? #13
Comments
@Nitive oh, that's great. But component API seems to be broken. P.S. Glad to see a guy from Tomsk here >_< |
react-baron uses css-modules here https://github.com/Diokuz/react-baron/blob/master/src/component.js#L17 |
Looks like there is no default className for _h in es5 build: |
Yes, just use |
Does direction param 'h' stand for horizontal scrolling?
With the following code:
I don't get any scrollbar. With direction value as 'v' I can see a vertical scrollbar.
The text was updated successfully, but these errors were encountered: