mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Coerce the iframe to fill the Modal a little better. (#2229)
This commit is contained in:
parent
18537f0554
commit
b8ce91d39a
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export const Modal: FC<ModalProps> = ({
|
|||
const modalStyle = {
|
||||
padding: '0px',
|
||||
minHeight: height,
|
||||
height: height ?? '100%',
|
||||
};
|
||||
|
||||
const iframe = url && (
|
||||
|
|
Loading…
Reference in a new issue