create-chrome-ext icon indicating copy to clipboard operation
create-chrome-ext copied to clipboard

A conflict between the styles of the extension's modal window and the page's styles

Open kpripper opened this issue 6 months ago • 2 comments

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.

kpripper avatar Aug 20 '24 12:08 kpripper