react-custom-scroll icon indicating copy to clipboard operation
react-custom-scroll copied to clipboard

Easily customize the browser scroll bar with native OS scroll behavior

Results 24 react-custom-scroll issues
Sort by recently updated
recently updated
newest added

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

dependencies

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

dependencies

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

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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. ![image](https://user-images.githubusercontent.com/41773861/144166203-23cf7ca7-064f-433a-ac6b-b0be7c2cd62a.png)

Hello, the scrollbar seems not showed up. ![Screenshot 2021-01-30 at 21 48 41](https://user-images.githubusercontent.com/8101584/106367727-ee304980-6344-11eb-8680-ce47d7ee32fa.jpg) 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