Html – How to target element inside #shadow-root?
I want to change the display style inside of the #shadow-root and am having some trouble targeting it. First question, is it possible to target it through CSS? Or is it better to do it through JS? #retirement-services-modal #rs-two-col::shadow(.wrapper) {…