Hello
I use DiffViewer inside shadow DOM
The problem I have is that styles are appended to the document's head, so they do not affect the ui of DiffViewer since it's rendered inside of shadow DOM.
Is there any way to specify the target to which the styles should be appended???