ggordan / react-infinite-grid

A React component which renders a grid of elements.
MIT License
202 stars 39 forks source link

Changed floor to ceil in _getGridHeight because floor is a bug #14

Open caseymonc opened 7 years ago

caseymonc commented 7 years ago

Changed the floor call in _getGridHeight to ceil because floor drops the last "row" of the height.