diff --git a/src/client/components/main_layout/Main.js b/src/client/components/main_layout/Main.js index a3f5d41c54c60be6f4b25373240ca168afd77631..5e87a7498bff5e2d6476cf3bee65b75610dd2ade 100644 --- a/src/client/components/main_layout/Main.js +++ b/src/client/components/main_layout/Main.js @@ -14,10 +14,11 @@ import thumbImage from '../../img/thumb.png'; const styles = theme => ({ root: { width: '100%', - height: 'calc(100% - 150px)', - overflow: 'auto', - [ theme.breakpoints.down('sm')]: { - height: '100%' + minHeight: 900, + marginBottom: theme.spacing.unit, + [ theme.breakpoints.up('md')]: { + height: 'calc(100% - 150px)', + overflow: 'auto', }, }, icon: {