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:
@ -82,8 +82,8 @@ export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
|
||||
/>
|
||||
<Box
|
||||
css={{
|
||||
minHeight: '100%',
|
||||
minWidth: '100vw',
|
||||
height: '100%',
|
||||
width: '100vw',
|
||||
bg: '$grayBase',
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user