hand-detection/assets/plugin/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.css

20 lines
318 B
CSS
Raw Normal View History

2024-05-29 03:18:12 +00: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;
}
}