Skip to content

Instantly share code, notes, and snippets.

@mtigdemir
Created May 7, 2015 07:03
Show Gist options
  • Select an option

  • Save mtigdemir/24dd7fb91bbf0b68c145 to your computer and use it in GitHub Desktop.

Select an option

Save mtigdemir/24dd7fb91bbf0b68c145 to your computer and use it in GitHub Desktop.
.table-fixed {
width: 100%;
}
.table-fixed thead, tbody, tr, td, th { display: block; }
.table-fixed tr:after {
content: ' ';
display: block;
visibility: hidden;
clear: both;
}
.table-fixed thead th {
height: 30px;
/*text-align: left;*/
}
.table-fixed tbody {
height: 230px;
overflow-y: auto;
}
.table-fixed thead {
/* fallback */
}
.table-fixed tbody td, thead th {
width: 19.2%;
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment