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
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> as the root element, but this Theme isn't modyfing <html>. I think it doesn't have access to the root elements, because of being it resides in shadow dom...