Fix importer iframe size.
This commit is contained in:
parent
d8dcafce93
commit
b9d0046083
2 changed files with 7 additions and 1 deletions
|
@ -127,6 +127,12 @@ $number-of-channels: 3;
|
|||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
#importerIframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.sp-mic-live {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
|
@ -28,7 +28,7 @@ export function ImporterModal(props: ImporterProps) {
|
|||
</div>
|
||||
<hr />
|
||||
<iframe
|
||||
id="uploadIframe"
|
||||
id="importerIframe"
|
||||
src="https://ury.org.uk/myradio/NIPSWeb/import/"
|
||||
frameBorder="0"
|
||||
title="Import From Showplan"
|
||||
|
|
Loading…
Reference in a new issue