Skip to content

Commit afc0db1

Browse files
authored
Add gotcha about horizontal overflow
1 parent 491d276 commit afc0db1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ class App extends React.Component {
102102
}
103103
```
104104

105+
### Gotcha
106+
107+
For the time being always use `fluid` for `<Grid>` to prevent [horizontal overflow issues](https://github.com/kristoferjoseph/flexboxgrid/issues/144).
108+
105109

106110
Example
107111
-------

0 commit comments

Comments
 (0)