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

Removes and disables πŸ“œin a "React" way

Results 34 react-remove-scroll issues
Sort by recently updated
recently updated
newest added

Just a microoptimization πŸ€·β€β™‚οΈ

I think the worlds ready for it, and avoids awkwardness on libraries that depend on this.

## Bug Even with the `allowPinchZoom` prop toggled to true, there are 2 cases where I am unable to pinch zoom on the content within `` on MacOS using a...

help wanted

https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter as `overflow-hidden` on body will not "hide" scrollbar cc @thearnica

bug
help wanted

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

## Description Input elements cannot be scrolled horizontally when text overflowed. ## Demo https://codesandbox.io/s/competent-elion-c97sig?file=/src/App.tsx ## Code reference Maybe the problem is in the following logic. https://github.com/theKashey/react-remove-scroll/blob/24fcd4b29cfd4bf65ab43068b836780d6dddd359/src/handleScroll.ts#L17-L19

Elements inside of RemoveScroll doesn't scroll when React is mounted inside a shadow dom. I've reproduced the issue here: https://codesandbox.io/s/cranky-solomon-ox8po?file=/src/App.js

On the latest iOS version, Safari moved the toolbar to the bottom and now this library is not working for me. I think the solution should be easy, prevent the...

I originally submitted this issue at https://github.com/reach/reach-ui/issues/469, which uses your library as a dependency in their `Dialog` component. `react-remove-scroll` has a dependency called `react-style-singleton`, of which you are also the...

Before react-remove-scroll mounted, it can detect taps at short interval (e.g. double tap), but once mounted it sometimes fails to recognize the double tap. ## Reproduction [reproduction in codesandbox](https://codesandbox.io/s/remove-scroll-n42we) 1....