Do you have a link? Can you disable the scroll in the page. If not,
how about disabling it in the modal:

$(element).modal({onShow: function (d) {
  d.wrap.css('overflow','hidden');
}});

-Eric

On Jul 29, 8:44 am, junkqwe <urize...@gmail.com> wrote:
> I am using simplemodal 1.3
> my modal shows a product description.
> the description text is long and doesnt fit the modal without scrolls
> the problem is that both the page and the mpdal has scrolls and it
> looks very bad.
> anyone came across this problem? or maybe have a modal solution for
> jquery to solve this problem?
>
> many thanks

Reply via email to