Skip to content

Instantly share code, notes, and snippets.

@Ashkanph
Created May 13, 2017 07:18
Show Gist options
  • Save Ashkanph/ac076a9ba3fcdce7d57b48615ffcd64e to your computer and use it in GitHub Desktop.
Save Ashkanph/ac076a9ba3fcdce7d57b48615ffcd64e to your computer and use it in GitHub Desktop.
Solution of common css problems
/* ---- when bootstrap modal pushes body to the left ------- */
body {
margin: 0 !important;
padding: 0 !important;
}
/* 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