网页使用上iframe,如果iframe里的网页过长出现滚动条,有的时候鼠标滚轮无法使用,可加上下面的代码:
html, body {
	overflow-x: hidden;
	overflow-y: auto;
}

相关文章: