mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-25 19:21:49 +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, ""])}
|
||||
style={{
|
||||
height: props.height ? `${props.height}px` : undefined,
|
||||
maxHeight: "70vh",
|
||||
width: props.width ? width : undefined,
|
||||
}}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user