Disabled Scrolling In Jquery Fancy Box Extension

hi guyz i am facing a problem in jquery fancy box that it shows disabled scrolling how to remove that did any one have the solution kindly share with me here is the picture of my problem…

inspect the fancybox’s class and then edit its css

i tried alot but its not working :(

hi try like this …




$(document).ready(function () 

{ 	$('.fancybox').fancybox({

     	closeClick: false,     	scrolling: 'no',     	helpers: {  	

   	overlay: {             	closeClick: false //,             	// locked: true 

// default behavior	

      	}     	} 	}); });