How to remove iframe's scrollbars?

前端 未结 4 1333
不思量自难忘°
不思量自难忘° 2020-12-17 10:58

How to remove iframe\'s scrllbars? In Firefox it\'s easy, however I found myself unable to achieve this effect to be compatible with all major browsers.

4条回答
  •  旧巷少年郎
    2020-12-17 11:18

    on top of Alex's answer, I also had to add the following to remove horizontal toolbars from both FF and Chrome. This was added in the i-frame page, even though it should be possible to add it in the css as well:

        
    

提交回复
热议问题