CMS IFrame is cut off even when expansion option is selectedDescription IFrame gets cut off on CMS when you select the "Expand to fit content" option even if you are selecting one IFrame and the page does not have any header or footer. Steps to Reproduce Navigate to System Definition > Plugins and make sure that the following plugins are activated: CMS User Interface - Service Management Core and Demand Management Navigate to Content Management > Sites. Select Service Management. Scroll down to Pages, click New, and create a new page with the following values: Name: test URL suffix: test Layout: CMS 1 Column Iframe Right-click in the form header and choose Save. Under Related Links, click Edit. Click the Add Content link. In the Sections area, select Content Blocks and then New IFrame. Click on the first Add Here link and close the Sections window. Click the "Click here" link in the sentence "Click here to configure this reusable IFrame block." Create the IFrame with the following values: Name: test1 Frame name: test1 URL: idea.do Sizing: "Expand to fit content" Click Submit. On the Editing Content Page: test page, click "preview". Note that the IFrame does not expand completely as expected. Workaround Specify a fixed size for the iFrame to display the entire content. Add the following CSS code to the affected CMS site:.touch_scroll { overflow: auto;} Other workaround: iframe { min-height:4600px; } Related Problem: PRB667784