Skip to content

Instantly share code, notes, and snippets.

@wowthemesnet
Created June 25, 2015 20:25
Show Gist options
  • Save wowthemesnet/761688bbaef42f04095b to your computer and use it in GitHub Desktop.
Save wowthemesnet/761688bbaef42f04095b to your computer and use it in GitHub Desktop.
Fix issue - bootstrap modal hidden behind the backdrop
<!-- MODAL WINDOW BEGIN-->
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
...
</div>
</div>
</div>
<!-- MODAL WINDOW END-->
<body class="boxedlayout">
<div class="boxedcontent">
<div class="fixedmenu">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment