1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

remove unnecesary max height

This commit is contained in:
mrjvs 2023-11-29 17:33:48 +01:00
parent b9f4e7f412
commit d7298a9027

View file

@ -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,
}}
>