Closed amirmohsen closed 7 years ago
Unfortunately this is a flexboxgrid issue, see kristoferjoseph/flexboxgrid#144. In the meantime use fluid
and set the width of the wrapping element yourself.
It's worth mentioning this in the readme file. As it stands, the static container is pretty much useless.
Thank you @silvenon. Closing the issue now as it is already being tracked on the flexboxgrid repo.
This is an extension of this issue.
At certain screen sizes, I get a horizontal scrollbar due to the row overflowing. Similar to the above issue, this happens when body margin is set to 0. However, using the
<Grid/>
container doesn't help. If the Grid is set to befluid
, it works fine, but it doesn't work iffluid
is false.You can in fact reproduce this issue by just setting fluid to false on the demo page as you can see in my screenshot.
Please note that this only happens at certain screen sizes so as you resize the page, the horizontal scrollbar keeps appearing and disappearing.