Encapsulate rikaikun popup in shadowdom to prevent weird interactions with host page #221
Labels
Code health
Issues which if fixed would improve the health of the project (as opposed to new features/bugs)
easy
enhancement
good first issue
released
Currently, there's a CSS reset in rikaikun to avoid most issues but using shadow dom should be more scalable.
It also will allow us to simply CSS since it will be scoped.
References:
https://developers.google.com/web/fundamentals/web-components/shadowdom
Maybe useful example: https://blog.railwaymen.org/chrome-extensions-shadow-dom
The text was updated successfully, but these errors were encountered: