diff --git a/src/App.scss b/src/App.scss index d1adc63..4d0ffdc 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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; diff --git a/src/showplanner/ImporterModal.tsx b/src/showplanner/ImporterModal.tsx index df1de6a..5045b43 100644 --- a/src/showplanner/ImporterModal.tsx +++ b/src/showplanner/ImporterModal.tsx @@ -28,7 +28,7 @@ export function ImporterModal(props: ImporterProps) {