RamonSmit / Nestable2

New pickup of Nestable!
Other
322 stars 147 forks source link

Drag & drop when using CSS zoom on body #103

Open Almer opened 6 years ago

Almer commented 6 years ago

For some reasons I use an auto zoom function to fit al the page functions in one screen without scrolling. So on my laptop the screen has a zoom of 65% $('body').css('zoom', '65%')

When using the zoom style drag & drop is out of sync while moving your mouse.

Is there a trick to fix the movement of the objects?