Iframe’s overflow problem

In short, it is not possible to have an overflowed iframe. This post gives an explanation.

To achieve the similar effect you’re after, you’re better off use AJAX to inject the embedded page into a div, and make the div overflow.

Leave a Comment