react-remove-scroll
react-remove-scroll copied to clipboard
Blocks wheel scrolling on flex column-reverse containers
Demo https://codesandbox.io/p/sandbox/quiet-haze-tyrshx
The container initially scrolled to the bottom with flex-direction: column-reverse, a common technique for chat-like UIs that require bottom positioning by default.β
With RemoveScroll enabled, mousewheel scrolling fails on this container, though dragging the scrollbar works normally. Disabling RemoveScroll resolves the problem.β
Re-enabling RemoveScroll mid-scroll restores mousewheel functionality temporarily - it works until manually scrolling to the bottom and waiting ~1 second, after which it breaks again.
Can repro with browsers: Windows Desktop Chrome, Mac Safari