Exposing element outside modal-backdrop in CSS Bootstrap jquery modal
问题 I'm using CSS Bootstrap's Modal feature, and it's working perfectly. However, I want to add a functionality that while the modal dialog is open and the rest of the web page is covered up by the .modal-backdrop, one of the outside elements from a different place within the scope of the page's structure can be exposed on top of the backdrop: <div id="outside-element"> I want this element exposed even while the modal is active, upon clicking the button in the modal dialog box </div> <div id=