whisper.cat/weboasis/stocks/assets/vendor/datatables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css

20 lines
318 B
CSS
Raw Permalink Normal View History

2023-10-05 23:28:32 +11:00
table.fixedHeader-floating {
position: fixed !important;
background-color: white;
}
table.fixedHeader-floating.no-footer {
border-bottom-width: 0;
}
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}