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 && (