How should I access the <html> tag of a popup page?
In context of a popup page, plasmo creates it's shadowcontainer in the <body> and not <html> What would be the proper way to have plasmo mounted earlier - at the <html>?
Context: I've wrapped the popup page with radix's
<Theme>
<Theme>
as the root element, but this Theme isn't modyfing
<html>
<html>
. I think it doesn't have access to the root elements, because of being it resides in shadow dom...