Skip to content

Is it possible to tell an OverlayContainer to render the overlay at the end of an iframe's document? #2211

Answered by snowystinger
stefanprobst asked this question in Q&A
Discussion options

You must be logged in to vote

If you're in the iframe, then that's where it'll be appended, you can't render anything outside. If you're outside, then you can't render anything inside. That's the point of an iframe. If you control both though, you could send a post message to tell the iframe to render something in itself.
I think maybe you meant something different though and what you're looking for is this

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stefanprobst
Comment options

Answer selected by stefanprobst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants