javascript on bootstrap modal close code example
Example 1: bootstrap modal prevent close
$('#myModal').modal({backdrop: 'static', keyboard: false})
Example 2: bootstrap modal causes page shift
.modal-open[style] {
padding-right: 0px !important;
}