How to remove bootstrap modal overlay for particular modal. when modal appears background has black color with some opacity is there any option for removing that elements...
If you are dealing with bootstrap modal through jquery then better you use below code in your event callback function.
$('.modal-backdrop').remove();