I do an extension with popup window in the center of a page.
I use ReactJS.
The main problem:
a website styles affect to display of elements in the extension.
How I can fix it?
I see the following possible solutions:
1) Use 'all' property
.my-extension-name * {
all: initial;
}
2) Use iFrame. But I have a problem: react do not render to iframe in my code.