From b8ce91d39ae54bf8a8b75e9f97223e200f3350a1 Mon Sep 17 00:00:00 2001 From: Matthew Heller Date: Wed, 19 Oct 2022 17:44:24 -0500 Subject: [PATCH] Coerce the iframe to fill the Modal a little better. (#2229) --- web/components/ui/Modal/Modal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/ui/Modal/Modal.tsx b/web/components/ui/Modal/Modal.tsx index 6cd361c91..99077e928 100644 --- a/web/components/ui/Modal/Modal.tsx +++ b/web/components/ui/Modal/Modal.tsx @@ -30,6 +30,7 @@ export const Modal: FC = ({ const modalStyle = { padding: '0px', minHeight: height, + height: height ?? '100%', }; const iframe = url && (