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

Fix for resizing south when the scrollable container is the body. #417

Open schiem opened 2 years ago

schiem commented 2 years ago

Allows the gridster component to calculate its scroll position from the <body> element.

Fixes #416