mirror of
https://github.com/movie-web/movie-web.git
synced 2025-09-13 11:23:23 +00:00
fix(player): add max-height to modals for smaller screens
This commit is contained in:
@@ -29,6 +29,7 @@ export function FloatingView(props: Props) {
|
||||
data-floating-page={props.show ? "true" : undefined}
|
||||
style={{
|
||||
height: props.height ? `${props.height}px` : undefined,
|
||||
maxHeight: "70vh",
|
||||
width: props.width ? width : undefined,
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user