Skip to content

Instantly share code, notes, and snippets.

@jarcoal
Created October 22, 2012 21:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarcoal/3934654 to your computer and use it in GitHub Desktop.
Save jarcoal/3934654 to your computer and use it in GitHub Desktop.
Static Modal
body.modal-open {
overflow: hidden;
}
.modal-backdrop {
.hide;
background-color: rgba(255, 255, 255, 0.8);
.opacity(100);
overflow-x: auto;
& > .modal {
position: static;
margin: 50px auto;
& > .modal-body {
max-height: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment