mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2026-01-06 04:39: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
15 lines
233 B
CSS
15 lines
233 B
CSS
table.fixedHeader-floating {
|
|
position: fixed !important;
|
|
border-bottom-width: 0 !important;
|
|
}
|
|
|
|
table.fixedHeader-locked {
|
|
position: absolute !important;
|
|
}
|
|
|
|
@media print {
|
|
table.fixedHeader-floating {
|
|
display: none;
|
|
}
|
|
}
|