diff --git a/src/components/atoms/Plugin/IFrame/hooks.ts b/src/components/atoms/Plugin/IFrame/hooks.ts index 86d911de2..9573bbaba 100644 --- a/src/components/atoms/Plugin/IFrame/hooks.ts +++ b/src/components/atoms/Plugin/IFrame/hooks.ts @@ -111,7 +111,7 @@ export default function useHook({ ? typeof width === "number" ? width : width + "px" - : "html.offsetWidth + horizontalMargin + scrollbarW" + : "html.offsetWidth + horizontalMargin" }; const height = ${ height