I have an IFRAME inside a dijit/layout/contentpane.
When the Iframe html renders larger than the contentpane size, there are no scrollbars at the or contentpane
Using overflow: auto doesn't help.
Setting the iframe's scrolling=yes displays scrollbars that do not work.
When I set the iframe e.g. height=1000, the contentpane then does provide scrollbars. (problem there is that the iframe declaration has no idea in advance how big the content that it will render will be, to be able to guess/kludge a height)
Any suggestions?