This is the css to change the scrollbars in iframes in chrome body { position: absolute; overflow-y: scroll; overflow-x: hidden; } ...
確定! 回上一頁