desandro / draggabilly

:point_down: Make that shiz draggable
https://draggabilly.desandro.com
MIT License
3.86k stars 386 forks source link

cannot drag vertically when container's height get very large #205

Closed adajoy closed 2 years ago

adajoy commented 5 years ago

environment: IE11 WIN10 1903

this issue only happen with IE this maybe a problem with getComputedStyle() will return negative value in IE when value get large, like 300000px.

Test case: https://codepen.io/adajoy/pen/eYOBwYy

codepen doesn't support ie, you can open the pen with other browsers, copy the code and run it locally to reproduce it