Open RJWadley opened 2 years ago
confirmed here https://stackblitz.com/edit/react-ts-bmgkzm?file=style.css,new-reset.css
curious that selector has higher specificity than a constructed stylesheet in a shadow :host
. will investigate. thanks for reporting!
after some research, it appears that my :host
styles need an !important
in order to win over a style like this.
ToDo:
!important
The visbug popup seems to depend on some styles that can get reverted with some newer css resets, causing it to appear beneath the page content, full width, and in the document flow.
Steps to reproduce: