overflow: hidden; doesn't work on Chrome with IFRAMEs?

前端 未结 6 1344
失恋的感觉
失恋的感觉 2020-12-14 00:33

I have an IFRAME with overflows hidden in the css and html. It works in Firefox, but not Chrome/Safari

Why is this?

6条回答
  •  北海茫月
    2020-12-14 00:45

    Just width: 99.99%; did the trick for me.

    I had this problem in Chrome but not in Firefox.

提交回复
热议问题