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.dataTables.css
1293 views
1
table.fixedHeader-floating {
2
position: fixed;
3
background-color: white;
4
}
5
6
table.fixedHeader-floating.no-footer {
7
border-bottom-width: 0;
8
}
9
10
table.fixedHeader-locked {
11
position: absolute;
12
background-color: white;
13
}
14
15
table.fixedHeader-locked {
16
position: absolute;
17
background-color: white;
18
}
19
20