re-resizable icon indicating copy to clipboard operation
re-resizable copied to clipboard

Resizing more than 100% is impossible without multiple resizes

Open GeoMarkou opened this issue 6 years ago • 0 comments

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

  1. Start resizing the component.
  2. Resize to the bottom of the page.
  3. 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.

GeoMarkou avatar May 09 '19 03:05 GeoMarkou