mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2025-12-30 17:29:54 -06:00
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
21 lines
380 B
CSS
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;
|
|
}
|
|
}
|