Viewing 1 replies (of 1 total)
  • Hi contino,

    I also have this issue, to fix this I use below code,

    jQuery(document).ready(function ($) {
        $('#simplemodal-login-overlay').live('click', function(){
           $.modal.close();
        });
    });

    Hope this will help you too

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘unable to click outside modal box to get back to page’ is closed to new replies.