Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix: plugin blocks protrude from the infobox
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jan 26, 2022
1 parent 6e02a9e commit 6cf0d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/atoms/Plugin/IFrame/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export default function useHook({
width: visible ? (autoResize ? iFrameSize?.[0] : "100%") : "0px",
height: visible ? (autoResize ? iFrameSize?.[1] : "100%") : "0px",
minWidth: "100%",
maxWidth: "100%",
...iFrameProps?.style,
},
...iFrameProps,
Expand Down

0 comments on commit 6cf0d31

Please sign in to comment.