react-baron icon indicating copy to clipboard operation
react-baron copied to clipboard

React component for baron scrollbar customization

Results 3 react-baron issues
Sort by recently updated
recently updated
newest added

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...