mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
💄 Fix max iframe width (#851)
This commit is contained in:
@@ -55,7 +55,7 @@ function IFrameTile({ widget }: IFrameTileProps) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container h="100%" w="100%" p={0}>
|
<Container h="100%" w="100%" maw="initial" mah="initial" p={0}>
|
||||||
<iframe
|
<iframe
|
||||||
className={classes.iframe}
|
className={classes.iframe}
|
||||||
src={widget.properties.embedUrl}
|
src={widget.properties.embedUrl}
|
||||||
|
|||||||
Reference in New Issue
Block a user