I am trying to make a Facebook-like chat box using a modal. It works great! However, if I try to click anywhere else on the page without closing it first, nothing happens.
Before you ask, I have tried data-backdrop="true"/"false"/"static"
. I have decided "false" works best since there is no backdrop when opened. However, it still disables any background clicks. I understand there must be some way to override the code within the Modal class to change this.
<div class="modal fade left" id="ChatModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-backdrop="false" style="z-index: 0;">