react-baron
react-baron copied to clipboard
React component for baron scrollbar customization
Does direction param 'h' stand for horizontal scrolling? With the following code: ``` hello ``` I don't get any scrollbar. With direction value as 'v' I can see a vertical...
Не работает max height.
скролл не скрывается почему-то, как при overflow: auto может что-то в props надо передать? ``` import React from 'react'; import Baron from 'react-baron/dist/es5'; import 'react-baron/src/styles.css'; export default class Tesst extends...