react-custom-scrollbars
react-custom-scrollbars copied to clipboard
React scrollbars component
Bumps [sockjs](https://github.com/sockjs/sockjs-node) from 0.3.18 to 0.3.21. Release notes Sourced from sockjs's releases. 0.3.21 Update faye-websocket and websocket-driver to address DDoS vulnerability #275 0.3.20 Updated node-uuid and coffeescript Exclude examples, tests,...
Bumps [sockjs](https://github.com/sockjs/sockjs-node) from 0.3.18 to 0.3.21. Release notes Sourced from sockjs's releases. 0.3.21 Update faye-websocket and websocket-driver to address DDoS vulnerability #275 0.3.20 Updated node-uuid and coffeescript Exclude examples, tests,...
I looked into the docs and demos but unfortunately I couldn't find solution to my problem. I am trying to style my table so that scrollbars from `react-custom-scrollbars` are rendered...
React 17 is out since October of 2020 (see https://reactjs.org/blog/2020/10/20/react-v17.html). It would be great if `react-custom-scrollbars` officially supports react 17.
I need to hide the custom track component when view isn't scrollable thus no thumb is visible. any suggestions on how can it be accomplished ?
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
This PR adds a new attribute `mobile`, which force mobile device use the custom scrollbar. (mobile means the native scrollbar width is 0) ref: #299
After the use react-custom-scrollbars ,AntDesign the affix component not working
Hi, I just wanna customize the scroll track and thumb style, for example setting the width of the track and the bgColor of thumb. And I exactly followed the instruction...