Hi there!
Here's the situation:
I have an Iframe in the middle of a page (iframe id=myframe) on which is applied a script. The script auto-adjust its size according to the content. The height of the content is mostly longer than the main page (the one that contains the iframe), so I set the y-overflow visible.
Here's the problem:
The Iframe scrollbar cuts the page in half. I wished that the scrollbar would be at the very right of the page. Is there any way to move the scrollbar away from the iframe itself? Or would it be possible to set the iframe width to fit with the end of the page (so that the scrollbar is at the maximum right of the main page)?.
Hope my question is clear... Here's a picture in case.
http://postimage.org/image/2uv5m0l6s/
Thank you in advance.