fix: iframe classname
This commit is contained in:
@@ -200,7 +200,7 @@ const ComponentView: FunctionComponent<IProps> = ({ application, onLoad, compone
|
|||||||
{error === ComponentViewerError.MissingUrl && <UrlMissing componentName={component.displayName} />}
|
{error === ComponentViewerError.MissingUrl && <UrlMissing componentName={component.displayName} />}
|
||||||
{component.uuid && isComponentValid && (
|
{component.uuid && isComponentValid && (
|
||||||
<iframe
|
<iframe
|
||||||
className="h-full w-full grow bg-transparent"
|
className="h-full w-full flex-grow bg-transparent"
|
||||||
ref={iframeRef}
|
ref={iframeRef}
|
||||||
onLoad={onIframeLoad}
|
onLoad={onIframeLoad}
|
||||||
data-component-viewer-id={componentViewer.identifier}
|
data-component-viewer-id={componentViewer.identifier}
|
||||||
|
|||||||
Reference in New Issue
Block a user