dokuwiki-datatables/assets/datatables.net-fixedheader-dt/css/fixedHeader.semanticui.css
2025-12-21 20:06:52 +01:00

14 lines
216 B
CSS

table.fixedHeader-floating {
border-bottom-width: 0 !important;
}
table.fixedHeader-locked {
position: absolute !important;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}