react-scrolllock
react-scrolllock copied to clipboard
🔒 Prevent scroll on the <body />
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Demo to reproduce: Code: https://codesandbox.io/s/thirsty-ardinghelli-fsjl0 Demo: https://fsjl0.csb.app/ Reproduce using mobile emulator  In a range input the drag behavior is not working properly in mobile. It updates on...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
When putting the element on my page in any form, the following errors call: `this.scrollableArea.addEventListener is not a function` `this.scrollableArea.removeEventListener is not a function` I'm using it as the docs...
The body is unscrollable but designated scrollable elements are unscrollable. Tested using both the `ScrollLock` and `TouchScrollable` components. The same behavior works on mobile Chrome and Safari (iOS 13) FF...
Thank you for you work. Unfortunately, as many other similar libraries this one does not lock body when scrolling inside iframe in iOS Safari. Here is an example: https://codesandbox.io/s/compassionate-frog-jnm7f?fontsize=14&hidenavigation=1&theme=dark&file=/src/App.js
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
https://codesandbox.io/s/hungry-stallman-elqtm?file=/src/App.js Caught this in a test when implementing TouchScrollable for mobile. Just needs some checks when binding the handlers. Will try to submit a PR if I have some time.
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...