mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set iframe height
This commit is contained in:
parent
3eb15b0a98
commit
aa94331664
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ const ViewRecentEmailModal = (
|
|||
;(document.activeElement as HTMLElement).blur()
|
||||
}}
|
||||
>
|
||||
<VStack distribution="start">
|
||||
<VStack distribution="start" css={{ height: '100%' }}>
|
||||
<ModalTitleBar title="View Email" onOpenChange={props.onOpenChange} />
|
||||
{props.display == 'text' ? (
|
||||
<Box
|
||||
|
|
|
|||
Loading…
Reference in a new issue