Hi, hope this is the right place for it.
I’m loading multiple documents within multiple iframes but only the iframe i have focused during loading sets the correct width.
The other iframes display the right bar beyond the iframe and the width is set more that the iframe width.
Focused iframe: <div id="id_main" class="block_elem" style="touch-action: none; user-select: none; background-color: rgb(226, 226, 226); overflow: hidden; left: 0px; top: 0px; width: 1072px; height: 590px; display: block; cursor: text;" unselectable="on">
Other iframe: <div id="id_main" class="block_elem" style="touch-action: none; user-select: none; background-color: rgb(226, 226, 226); overflow: hidden; left: 0px; top: 0px; width: 1232px; height: 590px; display: block; cursor: default;" unselectable="on">
(I can’t upload screenshots)
What would be the best way to set the size properly?