[components][iFrame] Change iFrame height
This commit is contained in:
@@ -11,7 +11,7 @@ export function Iframe({ data, style }: IframeProps) {
|
||||
return (
|
||||
<iframe
|
||||
src={url}
|
||||
style={style ?? { width: `100%`, height: `100%` }}
|
||||
style={style ?? { width: `100%`, height: `600px` }}
|
||||
></iframe>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user