From d7298a90273949b4e844ac760bda4e375c377eca Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 29 Nov 2023 17:33:48 +0100 Subject: [PATCH] remove unnecesary max height --- src/components/overlays/OverlayPage.tsx | 1 - 1 file changed, 1 deletion(-) 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, }} >