💄 Fix max iframe width (#851)

This commit is contained in:
Manuel
2023-04-24 20:09:12 +02:00
committed by GitHub
parent cd9fa354ec
commit 2494ee6a34

View File

@@ -55,7 +55,7 @@ function IFrameTile({ widget }: IFrameTileProps) {
}
return (
<Container h="100%" w="100%" p={0}>
<Container h="100%" w="100%" maw="initial" mah="initial" p={0}>
<iframe
className={classes.iframe}
src={widget.properties.embedUrl}