javascript - Scrollbar on parent window is missing when fancybox is open -



javascript - Scrollbar on parent window is missing when fancybox is open -

i loading ajax response in fancybox. moment fancybox opens, scrollbar on parent window disappears. not sure if default behavior of fancybox. scrollbar not seen until close fancybox. want see scrollbar on parent window. please allow me know if missing in fancybox code. thanks!

j.fancybox({

content : fb, autosize : false, scrolling : 'no', padding : 0, autoresize : false, autoheight : false, autowidth : false, closebtn : false, beforeload : function() { this.width = document.getelementbyid("jqi").offsetwidth; this.height = document.getelementbyid("jqi").offsetheight; this.minwidth = document.getelementbyid("jqi").offsetwidth; this.minheight = document.getelementbyid("jqi").offsetheight; }

});

javascript jquery html scrollbar fancybox-2

Comments

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -