jQuery - Fancybox: But I don't want scrollbars!

前端 未结 24 2016
醉话见心
醉话见心 2020-12-15 17:37

I am using jQuery Fancybox for a popup registration form here

I would like the form to come up at the size of 450px by 700px but no matter what I set the height and

24条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-15 17:57

    Just wanted to say Magnus' answer above did it for me, but for the second "overlay" that needs to be "overflow"

    helpers : {
      overlay : {
        css : { 'overflow' : 'hidden' }
      }
    }
    

提交回复
热议问题