swiety85 / angular2gridster

Angular implementation of well known Gridster (no jQuery, no external libraries, only Angular and Rx.js).
https://swiety85.github.io/angular2gridster/
MIT License
203 stars 75 forks source link

Resizing does not correctly scroll when the scroll container is the body #416

Open schiem opened 2 years ago

schiem commented 2 years ago

When using the south handle to resize an element larger, scrolling does not work correctly if the scroll container is the <body> element.

To reproduce: Navigate to the demo and inspect the page. Remove the overflow and height: 100% (where applicable) from <html>, <body>, <demo-root> and div.main-content. Try to resize an element down past the edge of the window.

https://user-images.githubusercontent.com/3728191/183109565-debe67e0-c286-4f1f-8d7c-53689f567f84.mp4