mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
💄 Fix max iframe width (#851)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user