Modal Hide In Navigation Bar

 .modal.show {

  z-index: 100000!important;
}

.modal-backdrop.show {
  z-index: 100000!important;
}
/* Works Better */
<style>.modal.show {z-index100000!important;}</style>



Post a Comment

0 Comments