ManifestWebDesign / angular-gridster

An implementation of gridster-like widgets for Angular JS
http://manifestwebdesign.github.io/angular-gridster/
MIT License
966 stars 395 forks source link

fix issue with grid using row size in pixel #484

Open eMerzh opened 7 years ago

eMerzh commented 7 years ago

Hi, thanks for your project, here is an attempt at fixing #482

Seems that when you pass 0 to pixelsToRows , it will take the ceiling (1) by default, and so jump to the first row.

let's take the floor instead