Bootstrap modal appearing below background
Bootstrap modal appearing below background : Add the following script to increase the z-index of the modal.
Bootstrap modal appearing below background
Add the following css to increase the z-index of bootstrap modal
<script> $("#myModal").modal("show"); $("#myModal").css("z-index", "1600"); </script> |
Advertisements