mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-12 22:29:10 +01:00
remove unnecesary max height
This commit is contained in:
parent
b9f4e7f412
commit
d7298a9027
@ -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…
x
Reference in New Issue
Block a user