sagacity/script/datatables/FixedHeader-3.0.0/css/fixedHeader.dataTables.css
2018-05-07 10:51:08 -04:00

19 lines
303 B
CSS

table.fixedHeader-floating {
position: fixed;
background-color: white;
}
table.fixedHeader-floating.no-footer {
border-bottom-width: 0;
}
table.fixedHeader-locked {
position: absolute;
background-color: white;
}
table.fixedHeader-locked {
position: absolute;
background-color: white;
}