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
This option works like a charm:
document.documentElement.style.overflow = 'hidden';