jqueryjqmodal

jQuery jqModal full window pop up browser scroll issue


Apologies for a lack of code, but basically I am using the jqModal plugin and it's working great, just as expected, however I just a question about it and was hoping someone could shed some light on how I fix my issue please.

Basically, my popup is 100% width and height of the browser, however the browser scrollbar still reflects the height of my original web page and not the jqModal, any ideas on how I can change this? Thanks!


Solution

  • Thanks for your input Murali but I found another way around it. Basically, I decided to hide the body scrollbar when triggering the popup and then add a scrollbar to the popup div. Upon closing the popup I re-apply the body scrollbar and this is working a treat. Thanks for taking the time to look and answer my question. :)