Merge pull request #839 from omnivore-app/fix/primary-layout-height

Force the height of the primary layout content space
This commit is contained in:
Jackson Harper 2022-06-22 14:17:51 -07:00 committed by GitHub
commit 378b6d19ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',
}}
>