Open keul opened 4 years ago
I face the same issue, Thanks for workaround :)
Just a random note about my fix above: I'm importing react-styled-flexboxgrid/src
. Today I found that this code was not transpiled by my webpack.
That's mean: no working IE 11 (and maybe other).
Probably generally related to #172
When using the
fluid
prop with a grid scoped inside a small container I start seeing horizontal scroll.This because the CSS rules is like the following:
See https://github.com/LoicMahieu/react-styled-flexboxgrid/blob/7f2961b23455466b9888b77f2894223d8fd084ed/src/components/Grid.js#L13:L20
I think that this behavior should copy what other CSS frameworks like Bootstrap are doing for non-fluid layout, so using
max-width
:Workaround
While waiting for a fix I'm using a fixed version of Grid component: