Open Braza opened 9 years ago
suggesting fix that worked for me:
$el.modal('hide');
Modal.count--;
+ if (Modal.count >0){
+ $(document.body).addClass( "modal-open" );
+ }
+
},
/**
* Stop the modal from closing.
* Can be called from within a 'close' or 'ok' event listener.
This might be a trouble if the intermediate modal is high enough so that it needs scrolling. Body will scroll in this case.