I\'m using the jQuery UI dialog with modal=true. In Chrome and Safari, this disables scrolling via the scroll bar and cursor keys (scrolling with the mouse whee
modal=true
You can use this code : jquery.ui.dialog.patch.js
It solved the problem for me. Hope this is the solution that you're looking for.