html - Why is #shadow-root in my document and why is it overriding my CSS -


first, i've seen duplicates

what #shadow-root, , why put display none on font awesome classes?

and

html / css - div element hidden when shouldn't be?

however both of these suggest issue adblock , have totally disabled adblock.

i more concerned #shadow-root coming from, since did not put there.

i have read there option in chrome disable (and interestingly enough have disabled...), means using website need same, , i'd rather away entirely provides 0 usefulness in application.

i have googled , read many of articles shadow dom , none of them give insight on why appear seemingly no reason.

from have seen in inspector/view page source, entire contents of app being rendered shadow dom , thereby not receiving of styles.

i using rails, react, redux, react-redux, react-router

chrome developer tool screen enter image description here

page source screen enter image description here

notice source has nothing in div react should rendering to.

additional info: displays unstyled page on chrome in normal , incognito

does not work @ in safari

a lot of chrome plugins automatically create shadow root in inspector. example, ever since downloaded vimium, i've had shadowroot div @ bottom of page i've opened in chrome. it's nothing worry about.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -