i want to keep the page's scroll and disable the modal scroll the problem there is that the modal is "floating" on top of the page and i see only the top part of it and if i use scroll only the page behind the modal is scrolling without the modal
On Jul 29, 11:01 pm, Eric Martin <emarti...@gmail.com> wrote: > 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