Help: How to make something from an iframe stick to the bottom of the parent page?

Hi all,

I am trying to solve a particular problem. I have a button on a page which has a property
position: fixed, bottom:0

This works fine.

Now I'm loading this page inside the iframe somewhere else.

I still want the button from the iframe to stick to the bottom outside of the iframe and on the parent page. Is there any way to achieve this?
Was this page helpful?