Re: [w3c/webcomponents] Shadow root z-index/stacking context behaviour in custom element (#672)

custom element or shadow DOM does not create its own stacking context. You're supposed specify whatever CSS needed to make your component work using `:host`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/672#issuecomment-333296807

Received on Saturday, 30 September 2017 09:34:19 UTC