Here is my Iframe editor, I want to change some css inside editor , when I want to try to apply css, iframe css doesn't get.
<div id="editor" style="flex: 1 1 0%;">
<iframe src="https://editor.unlayer.com/1.0.55/editor.html" frameborder="0" width="100%" height="100%" style="min-width: 1024px; min-height: 100%; height: 100%; width: 100%; border: 0px;">
</iframe>
</div>
so , How can I apply css by using DOM?