I have more than 2000 pixels scrolling content on a page.
If the user clicks a div a scrolling content pops up in a simplemodal window. Now my client wants
div
Use
overflow:hidden
Apply it to the page when modal dialog is opened and remove it when the dialog is destroyed. This will hide your scrollbar.