re-resizable
re-resizable copied to clipboard
Resizing more than 100% is impossible without multiple resizes
Overview of the problem
I'm using re-resizable version 4.11.0
My browser is: Chrome 74.0.3729.131 (Official Build) (64-bit)
Description
Dragging off the bottom of the screen doesn't scroll the page. Compare to the HTML5 Drag-Drop API, which scrolls the page to follow the mouse.
Steps to Reproduce
- Start resizing the component.
- Resize to the bottom of the page.
- Try to go further (you can't).
Editor URL https://codesandbox.io/s/38yj7om7o6?fontsize=14
Embed URL https://codesandbox.io/embed/38yj7om7o6?fontsize=14
Expected behavior
The page to follow the mouse so you can resize further.
Actual behavior
The page didn't scroll.