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:
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, ""])}
|
||||
style={{
|
||||
height: props.height ? `${props.height}px` : undefined,
|
||||
maxHeight: "70vh",
|
||||
width: props.width ? width : undefined,
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue