You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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???
The text was updated successfully, but these errors were encountered:
Using emotion createCache and CacheProvider, a container to which the styles will be appended, could be provided
So please add the ability to specify an element of the container.
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???
The text was updated successfully, but these errors were encountered: