iframe隐藏浏览器滚动条

<body class="full-height-layout" >
    <!--右侧部分开始-->
    <div id="page-wrapper" class="gray-bg dashbard-1">
    <!--row 样式 将此div向右移动-15px ,正好盖住浏览器滚动条-->
        <div class="row " id="content-main">
            <iframe class="J_iframe" name="iframe0" width="100%" height="100%" src="loginController.do?hplushome" frameborder="0" data-id="loginController.do?hplushome" seamless></iframe>
        </div>
    </div>
</body>

原文地址:https://www.cnblogs.com/rigid/p/6399598.html