Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/FixedHeader-3.0.0/css/fixedHeader.jqueryui.css
1293 views
1
table.fixedHeader-floating {
2
position: fixed;
3
background-color: white;
4
}
5
6
table.fixedHeader-locked {
7
position: absolute;
8
background-color: white;
9
}
10
11