iFrame in jQuery UI dialog causes horizontal scrollbar on parent

前端 未结 4 1221
囚心锁ツ
囚心锁ツ 2021-02-06 19:34

I\'m using the jQuery UI dialog to present content in a new iFrame. Everything works out great except that the parent window of the dialog is getting a horizontal scrollbar whi

4条回答
  •  一个人的身影
    2021-02-06 20:22

    My first thought was overflow-x : hidden and in my case in IE8 in standard mode as well as quirks mode it does the trick, horizontal bar disapears. All you need to to is put it on body tag.

提交回复
热议问题