eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.43k stars 145 forks source link

I seem to have no control over the height of the masonry component #180

Open Johannes5 opened 1 year ago

Johannes5 commented 1 year ago

Whether I give the Masonry component a hight of 100% or a fixed height:

image

It always grows out of bounds. And when I inspect the div in the Elements tab, there is always a fixed height: image

Johannes5 commented 1 year ago

image