mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
parent
7f7ac7a7a8
commit
c7307ec713
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
|
|||
/>
|
||||
<Box
|
||||
css={{
|
||||
minHeight: '100%',
|
||||
minWidth: '100vw',
|
||||
height: '100%',
|
||||
width: '100vw',
|
||||
bg: '$grayBase',
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue