Replies: 1 comment
-
|
Reset styles are inherited even if you don't add any CSS code. You should use shadow DOM instead. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
There are only these lines in my CS file.
`function SliderPopup({anchor}: PlasmoCSUIProps) {
// return null;
console.log("Anchor" , anchor.element);
return (
)
}
export default SliderPopup as FC`
There are no styles of our own. ContentPopup doesn't use any styles at all
With CS enabled:
Without CS
Beta Was this translation helpful? Give feedback.
All reactions