Hello, I’m currently embedding a web archive using replayonly embed mode and the full window width and height so that no additional UI or nav bar buttons are shown. Using this mode, the html document is loaded inside a series of shadow roots and iframes, which results in some undesired behavior for my application, like horizontal and vertical scrollbars. Is it possible surface the html document content directly to the body of the main HTML document?
Thank you in advance,
Pedro