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.foundation.css
1293 views
1
table.dataTable.fixedHeader-floating,
2
table.dataTable.fixedHeader-locked {
3
background-color: white;
4
margin-top: 0 !important;
5
margin-bottom: 0 !important;
6
}
7
8
table.dataTable.fixedHeader-floating {
9
position: fixed;
10
}
11
12
table.dataTable.fixedHeader-locked {
13
position: absolute;
14
}
15
16