You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that when I use Masonry within a grid item, when I resize my page (even when reducing all scripts and styles down to just csswizardry-grids and masonry) which would cause my items to reflow, I get a large amount of space on the right and/or bottom of my page, causing scrollbars to appear. This happens in the latest Chrome dev build, latest Safari, iOS 7 Safari, and iOS Chrome. All that I can figure out is that if I set a background color on html along with my page's background image, when it reflows, the extra space is colored the html background color. Otherwise, the body's background is used.
I've noticed that when I use Masonry within a grid item, when I resize my page (even when reducing all scripts and styles down to just csswizardry-grids and masonry) which would cause my items to reflow, I get a large amount of space on the right and/or bottom of my page, causing scrollbars to appear. This happens in the latest Chrome dev build, latest Safari, iOS 7 Safari, and iOS Chrome. All that I can figure out is that if I set a background color on
html
along with my page's background image, when it reflows, the extra space is colored thehtml
background color. Otherwise, the body's background is used.I've also opened an issue at Masonry's github page regarding this.
The text was updated successfully, but these errors were encountered: