'ChakraUI inside chrome extension style all pages

I have small issue realted to ChakraUI. I try to create chrome extension wit it, unfortunettly all default chakra theme apply to all pages, theres any way to prevent it? i try to use cssVarsRoot, also read about @emotion but i cannot find solution.

popupRoot && 
  ReactDOM.render(
      <ChakraProvider resetCSS cssVarsRoot="#popup-root">
        <PopupComponent />
      </ChakraProvider>,
    popupRoot
  );


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source