SyntaxFix
Write A Post
Hire A Developer
Questions
if you have nested modals this is the clue :
$('body').on('shown.bs.modal', '.modal', function (e) { e.stopPropagation(); $(this).css("z-index", parseInt($('.modal-backdrop').css('z-index')) + 1); });