How is style being injected without content.scss in sites other than github? #278
-
I've been exploring using side panels in websites, other than github, for experiment. However, I realized there are weird styles being injected that conflicts with the website's default css. For example, enabling side panel in google doc (https://docs.google.com) triggers the title input (docs-title-input) element to be gray as well as messing up some minor spacing issues in different buttons. Interesting point is that this phenomenon still persists even when I entrely disable the style injection from both Where are these styles being injected from, and what are the ways to prevent them so it doesn't conflict with existing websites styles? I know this isn't the direct issue for Gitako's use case, but I would really appreciate any feedback on how this works. src/content.scss
src/content.tsx
src/styles/themes.scss
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It could be from the |
Beta Was this translation helpful? Give feedback.
It could be from the
BaseStyles
component usage. But I was not expecting that it would have impact on global styles. Let me know if it really was it.