Browse Source

remove unnecesary max height

pull/499/head
mrjvs 2 years ago
parent
commit
d7298a9027
  1. 1
      src/components/overlays/OverlayPage.tsx

1
src/components/overlays/OverlayPage.tsx

@ -50,7 +50,6 @@ export function OverlayPage(props: Props) { @@ -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,
}}
>

Loading…
Cancel
Save