Skip to content

Instantly share code, notes, and snippets.

@vanderlin
Created February 20, 2015 15:18
Show Gist options
  • Save vanderlin/c36c59f8f7463c24c081 to your computer and use it in GitHub Desktop.
Save vanderlin/c36c59f8f7463c24c081 to your computer and use it in GitHub Desktop.
Stop Bootstrap from modal shift
.modal {
overflow-y: auto;
}
.modal-open {
overflow: auto;
}
.modal-open[style] {
padding-right: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment