Skip to content

Instantly share code, notes, and snippets.

@fernandofuly
Created January 6, 2016 11:54
Show Gist options
  • Save fernandofuly/fae264e97db6e7d532b2 to your computer and use it in GitHub Desktop.
Save fernandofuly/fae264e97db6e7d532b2 to your computer and use it in GitHub Desktop.
Fix modal pushes container to the left
html {
overflow: hidden;
height: 100%;
}
body {
overflow: auto;
height: 100%;
}
/* unset bs3 setting */
.modal-open {
overflow: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment