Skip to content

Instantly share code, notes, and snippets.

@jaacob
Created January 19, 2013 23:59
Show Gist options
  • Save jaacob/4575892 to your computer and use it in GitHub Desktop.
Save jaacob/4575892 to your computer and use it in GitHub Desktop.
http://sprint.ly userstyle: I don't like the viewport-height divs that require me to scroll inside of them, especially with all of the visual data that pops in on hover. This Userstyle overrides that so the divs flow as long as they need to and I can scroll with my cursor anywhere on the page.
.items_column > .wrap {
height: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment