mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
16 lines
250 B
CSS
16 lines
250 B
CSS
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;
|
|
}
|
|
}
|