Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Forked from henriquegogo/tbodyScroll.css
Created October 31, 2011 17:51
Show Gist options
  • Select an option

  • Save cmilfont/1328151 to your computer and use it in GitHub Desktop.

Select an option

Save cmilfont/1328151 to your computer and use it in GitHub Desktop.
Scroll on TBODY
table {
display: block;
width: 100%;
}
table thead tr {
display: block;
}
table th,
table td { width: 100px; min-width: 100px; }
table tbody {
display: block;
overflow-y: scroll;
width: 100%;
}
table tfoot tr {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment