NonInventPurchasingSystem/CPRNIMS.WebApps/wwwroot/Datatables/FixedHeader-3.4.0/css/fixedHeader.semanticui.css
2026-01-20 07:44:30 +08:00

14 lines
203 B
CSS

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