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

10 lines
156 B
CSS

table.fixedHeader-floating {
position: fixed;
background-color: white;
}
table.fixedHeader-locked {
position: absolute;
background-color: white;
}