create-chrome-ext
create-chrome-ext copied to clipboard
A conflict between the styles of the extension's modal window and the page's styles
Greetings! My extension has modal windows that are added by script to the page.
There is a conflict of styles - either the page styles affect the display of elements in the modal window, or vice versa.
What are the solutions?
I can write very specific classes or even inline styles in a modal window, but I don't like that option.