Set iframe height

This commit is contained in:
Jackson Harper 2023-06-16 20:32:43 +08:00
parent 3eb15b0a98
commit aa94331664

View file

@ -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