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.