We are using fancybox2 for displaying images. Everything works well, but when the larger image is displayed in the fancybox, the page behind scrolls to the top. After closin
In jquery.fancybox.css -> .fancybox-lock change: overflow: hidden !important; to: overflow: visible !important; works for me :)
overflow: hidden !important;
overflow: visible !important;