diff --git a/src/components/column.js b/src/components/column.js index a0dfc637d..9a19c4dd6 100644 --- a/src/components/column.js +++ b/src/components/column.js @@ -46,8 +46,7 @@ return ColumnComponent; })(), styles: (B) => (theme) => { - const { env, mediaMinWidth, Styling } = B; - const isDev = env === 'dev'; + const { mediaMinWidth, Styling } = B; const style = new Styling(theme); const getSpacing = (idx, device = 'Mobile') => idx === '0' ? '0rem' : style.getSpacing(idx, device); @@ -124,7 +123,7 @@ borderColor: 'transparent', borderStyle: 'none', borderRadius: 0, - overflow: isDev ? 'unset' : 'auto', + overflow: 'auto', boxSizing: 'border-box', [`@media ${mediaMinWidth(600)}`]: { display: ({