mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-17 01:51:24 +01:00
remove unnecesary max height
This commit is contained in:
parent
b9f4e7f412
commit
d7298a9027
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ export function OverlayPage(props: Props) {
|
||||||
className={classNames([props.className, ""])}
|
className={classNames([props.className, ""])}
|
||||||
style={{
|
style={{
|
||||||
height: props.height ? `${props.height}px` : undefined,
|
height: props.height ? `${props.height}px` : undefined,
|
||||||
maxHeight: "70vh",
|
|
||||||
width: props.width ? width : undefined,
|
width: props.width ? width : undefined,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue