fix grid overflow

This commit is contained in:
Andrew Croce 2018-09-07 15:43:38 -04:00
parent 870b49778b
commit 3026ee2175

View File

@ -42,5 +42,6 @@
&.col--grow { &.col--grow {
flex: 1; flex: 1;
flex-grow: 1; flex-grow: 1;
overflow: auto
} }
} }