Skip to content

Instantly share code, notes, and snippets.

@michaelwilhelmsen
Created May 7, 2014 07:51
Show Gist options
  • Select an option

  • Save michaelwilhelmsen/a6cb5be3d659c2bab013 to your computer and use it in GitHub Desktop.

Select an option

Save michaelwilhelmsen/a6cb5be3d659c2bab013 to your computer and use it in GitHub Desktop.
Make Sidebar 100% Height of Container
.container {
overflow: hidden;
}
#sidebar {
margin-bottom: -5000px; /* any large number will do */
padding-bottom: 5000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment