go to: http://fancybox.net/
open any example (on bottom page)
when the mouse is hovered over the content inside the fancybox, the browser main window can´t be scrolled. when the mouse is anywhere else it works. i dont want this behavior. how would you fix this?
the page under the fancybox modal doenst scroll, when the mousecursor is inside the fancyboxmodal.
Look in the source code of Fancybox, and replace the code marked by
if ($.fn.mousewheel) {...}with the following (The fullly modified code can be found here).The creators of Fancybox disabled scrolling on Fancybox elements, without adding an option to customise this. Hence you have to manually edit the code.