Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created August 5, 2016 16:37
Show Gist options
  • Save csessig86/fdae2ee25050c989f1fa280858686e8b to your computer and use it in GitHub Desktop.
Save csessig86/fdae2ee25050c989f1fa280858686e8b to your computer and use it in GitHub Desktop.
Container relative
body div.container {
//This is causing some weird scrolling on certain pages. Let's only apply it where we absolutely need it.
//min-height:100%;
position:relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment