kew44/simplemodal

#simplemodal-wrap overflow auti

Opened this issue · 2 comments

Any particular reason why #simplemodal-wrap have overflow: auto;? I find it 
rather annoying having to overwrite it with !important, would be great if this 
was either in settings on in css..

Original issue reported on code.google.com by fox...@gmail.com on 10 Jan 2011 at 1:30

Ooops, it's actually .simplemodal-wrap not id.

Original comment by fox...@gmail.com on 10 Jan 2011 at 1:32

I think you can also add:

onShow: function(dialog){ dialog.wrap.css('overflow','hidden'); }

to the modal options.

Original comment by allan.ro...@enthink.com on 7 Jan 2013 at 5:46