diff --git a/src/components/overlays/OverlayPage.tsx b/src/components/overlays/OverlayPage.tsx index 089b68cc..a5000ba8 100644 --- a/src/components/overlays/OverlayPage.tsx +++ b/src/components/overlays/OverlayPage.tsx @@ -50,7 +50,6 @@ export function OverlayPage(props: Props) { className={classNames([props.className, ""])} style={{ height: props.height ? `${props.height}px` : undefined, - maxHeight: "70vh", width: props.width ? width : undefined, }} >