mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02: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;
|
|
}
|
|
}
|