Force the height of the primary layout content space

This is needed so the PDF container gets a size set
on it, because it can't expand content to fit its size.
This commit is contained in:
Jackson Harper
2022-06-22 12:35:37 -07:00
parent 7f7ac7a7a8
commit c7307ec713

View File

@ -82,8 +82,8 @@ export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
/>
<Box
css={{
minHeight: '100%',
minWidth: '100vw',
height: '100%',
width: '100vw',
bg: '$grayBase',
}}
>