I am using bootstrap to set up a modal popup. When a button is clicked, the modal dialog opens, but the entire page is slightly \"tinted\", and I can\'t interact with the m
Solved it by adding data-backdrop="false" to the main div as:
data-backdrop="false"
......