2

How can I apply CSS to a element in Shadow DOM?

<div pseudo="-internal-media-controls-overflow-menu-list" style="bottom: 647px !important; right: 396px !important;">

I want to change bottom and right style of this element in Shadow DOM of <video> tag.

P.S Basically I want to overwrite the styling of an element in Shadow DOM.

Aniket Kudale
  • 423
  • 5
  • 9
  • Possible duplicate of [How to get element in shadow root with JavaScript?](https://stackoverflow.com/questions/38701803/how-to-get-element-in-shadow-root-with-javascript) – Supersharp Jun 26 '18 at 21:29
  • 1
    Can you give more of an example of what you have tried and what you are trying to do? Your example really doesn't show much. – Intervalia Jun 27 '18 at 14:59

0 Answers0