Fix root min-height being over 100vh with padding

It was causing a very small scrollable content.
This commit is contained in:
Martin Fournier 2022-01-11 12:58:27 -05:00
parent ea2f53e3b4
commit 4bd67113c1

@ -101,6 +101,7 @@ const useStyles = makeStyles((theme: Theme) =>
display: "block",
padding: "8px",
minHeight: "100vh",
boxSizing: 'border-box',
},
}),
);