Marcelh1983 / document-viewer

MIT License
50 stars 25 forks source link

Override style content of document #42

Closed dattm97 closed 1 year ago

dattm97 commented 2 years ago

The props style just change style of iframe, I have no idea to change style of iframe inner. How can I override it? Thanks

alvinvogelzang commented 2 years ago

@dattm97 with pure CSS this is not possible. This is because the contents of an iFrame are not part of your web page. You could try it with JS