Skip to content
Snippets Groups Projects
Unverified Commit fc471461 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

change iframe-resizer height calculation method to max (#17158)

parent 0fdd82a2
No related branches found
No related tags found
No related merge requests found
......@@ -396,7 +396,7 @@ export function initializeIframeResizer(readyCallback = () => {}) {
} else {
window.iFrameResizer = {
autoResize: true,
heightCalculationMethod: "bodyScroll",
heightCalculationMethod: "max",
readyCallback: readyCallback,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment