Skip to content

Instantly share code, notes, and snippets.

@stagas
Created January 28, 2011 11:09
Show Gist options
  • Save stagas/800122 to your computer and use it in GitHub Desktop.
Save stagas/800122 to your computer and use it in GitHub Desktop.
Crops web page so that tweets have their own scrollbar.
html {
height:100% !important;
}
body {
height:110% !important;
}
.main-content {
height:0 !important;
overflow-y:scroll;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment