mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01: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;
|
|
}
|
|
}
|