Components for my custom element styles are appended outside the shadow dom #11742
Unanswered
MehdiMamas
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
So I have this custom element and I use components within it. The thing is the styles for that components are appened in the head tag, unlike the custom element, they are appeneded within the shadow dom.
What I am expecting is for the component's styles to be appened next to the custom element's styles.
I am not sure if there is an option for this one, it even took me a while to even figure out how to append the CE's styles within the shadow dom.
Beta Was this translation helpful? Give feedback.
All reactions