Show More
Commit Description:
announcement
Commit Description:
announcement
File last commit:
Show/Diff file:
Action:
vendor/javascript/datatables/FixedHeader-3.2.4/css/fixedHeader.bootstrap.css | 16 lines | 308 B | text/css | LassoCssLexer |
datatable now works
r866 table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
background-color: white;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
table.dataTable.fixedHeader-locked {
position: absolute !important;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}