jquery - Fancybox "locked" not restricting scroll on background document -
we have been using fancybox on our website few different things. have noticed "locked" option background seems scrolling still. using version 2.1.5 should option works... missing here?
$('.fancybox').fancybox({ type: 'iframe', width: '100%', height: '100%', padding: 0, autosize: false, autocenter: false, wrapcss: 'wrapper', helpers: { overlay: { locked: true, closeclick: false, css : { // set z-index higher snapengage 'z-index' : '2147000000' } } } });
Comments
Post a Comment