Files
MSState-Library-ETD/app/static/datatables/FixedHeader-3.1.4/css/fixedHeader.bootstrap.css
Aaron Kimbrell 850e017ae6 DataTables
Added datatables to be local like bootstrap and summernote

actually fixed the documents and user table so they won't error out on datatables like they were before
2019-04-20 20:25:28 -05:00

21 lines
380 B
CSS

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
background-color: white;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
table.dataTable.fixedHeader-floating {
position: fixed !important;
}
table.dataTable.fixedHeader-locked {
position: absolute !important;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}