I Created a modal dialog box with jquery and made a little tweak that when the dialog loads.. i removed the overflow hidden property which disables the page scroll so that i can scroll the page..
i also removed a div with class “ui-widget-overlay” which creates that transparent gray behide dialog box and over the page.. now i can able to select text outside div.. right click on links and open them in new tab.. but i couldn’t able to open the links outside the jquery dialog by just clicking them.
Just set modal to false when you initialize the dialog box.
Ps – glad it worked for you 🙂