Merge pull request #2559 from MartinFournier/fix/root-height

Fix root min-height being over 100vh with padding
This commit is contained in:
hydroflame 2022-01-11 13:08:15 -05:00 committed by GitHub
commit 27a09cfbed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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