Is there a way to utilize a Bootstrap Modal dialog without altering the positioning of a div? I have encountered an issue where when adding a
<div class='modal hide fade'>
dialog into a fixed positioned div (position:fixed in css) and calling modal('show'), the backdrop covers the entire screen, rendering the dialog inaccessible. Interestingly, this problem does not occur when the parent div is not fixed.
I am currently using Bootstrap version 2.3.2.
If no one is familiar with this particular dilemma, I will provide a fiddle later on for reference.