In bootstrap css, it is possible to display a modal dialog, but I want to be able to make it modal so the UI behind doesn\'t respond, without having the dark black background sh
I prefer to just hide the backdrop so that you still have that feature of clicking out of the modal to hide it.
.modal-backdrop { opacity: 0 !important; }