Files
2025-05-13 05:45:36 +08:00

16 lines
250 B
CSS
Executable File

table.fixedHeader-floating {
position: fixed !important;
background-color: white;
}
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}