Files
expense/vendor/almasaeed2010/adminlte/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css
T
fiqhpratama 453d9bb470 new commit
2024-11-27 11:17:17 +07:00

17 lines
308 B
CSS
Vendored

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