paulcollett / react-masonry-css

React Masonry layout component powered by CSS, dependancy free
https://paulcollett.github.io/react-masonry-css/demo/
MIT License
960 stars 66 forks source link

Long item in first column causes gaps in other columns #86

Open RedFour opened 2 years ago

RedFour commented 2 years ago

This can be seen in this sandbox, where the first long items causes gaps in the 2nd and 3rd columns.

https://codesandbox.io/s/silly-banach-8yotvi?file=/src/App.js

dmnkb commented 2 years ago

Any news on this?

rafaelmoni commented 2 years ago

I have the same error too... :(

wildlifechorus commented 1 year ago

@dmnkb @rafaelmoni did you guys find any solution to this?

socaseinpoint commented 1 year ago

I have a similar problem, I use infinity scroll, and I load new records when scrolling to the end of the grid, because the cards have different heights, at some points, one column takes up the entire screen, and in others it is empty, and you have to scroll to the end to load following models

Parth909 commented 10 months ago

Same here as well