diff --git a/jquery.bpopup.js b/jquery.bpopup.js index 38fd689..e1b09f5 100644 --- a/jquery.bpopup.js +++ b/jquery.bpopup.js @@ -208,7 +208,7 @@ } function unbindEvents() { if (!o.scrollBar) { - $('html').css('overflow', 'auto'); + $('html').css('overflow', 'visible'); } $('.b-modal.'+id).unbind('click'); d.unbind('keydown.'+id);