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

View File

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