interface: calc skeleton size for safari

This commit is contained in:
Matilde Park 2020-10-05 13:15:24 -04:00
parent 56693be11b
commit dc53e80b23

View File

@ -7,7 +7,7 @@ export function Body(
) {
const { children, ...boxProps } = props;
return (
<Box fontSize={0} px={[0, 3]} pb={[0, 3]} height="100%" width="100%">
<Box fontSize={0} px={[0, 3]} pb={[0, 3]} height="calc(100vh - 64px)" width="100%">
<Box
bg="white"
height="100%"