react-custom-scroll
react-custom-scroll copied to clipboard
Easily customize the browser scroll bar with native OS scroll behavior
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.11 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hello! Scroll is jumping sometimes in our portal. I tried to investigate what causes this behaviour. https://github.com/rommguy/react-custom-scroll/blob/1f4757198e2478090ac21bcd2849ae388f3afc60/src/main/customScroll.js#L277 Changing this line to `const delta = e.deltaY` can fix this behaviour. Please...
I'm using Typescript to develop react project. So, prop-types is useless for me, but the warning is so annoying. 
Hello, the scrollbar seems not showed up.  Here is my code: Scrollbar.tsx ``` import React from 'react' import CustomScroll from 'react-custom-scroll' const Scrollbar: React.FC...
PR from issue #88 Added persistentScrollbar as a boolean prop. If this PR gets merged, I will update types repo of this package too. @rommguy
fix event is not removed correctly in IE 11