iFrame in jQuery UI dialog causes horizontal scrollbar on parent

前端 未结 4 1179
囚心锁ツ
囚心锁ツ 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:24

    • If it only happens when the modal ui is displayed, check the css controlling the div in charge of the overlay.
    • Check also your doctype.
    • Did you try playing with overflow:hidden ?

    Posting the url to an online demo of the problem would help.

提交回复
热议问题