Hello There,
Please update your iframe code:
<iframe id="social_iFrame" src="http://lightersideofrealestate.com/real-estate-life/cool-stuff/introducing-she-sheds" data-lazy-src="http://lightersideofrealestate.com/real-estate-life/cool-stuff/introducing-she-sheds" width="100%" seamless="" class="lazyloaded" style="height: 1076px;" scrolling="no"></iframe>
Please know that adding scrolling="no"
into the code will remove the scrollbars. You can still be able to scroll the iframe content though. If you want to totally disable the iframe scrolling, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS
iframe#social_iFrame {
pointer-events:none;
}
We would loved to know if this has work for you. Thank you.