mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
15 lines
233 B
CSS
15 lines
233 B
CSS
table.fixedHeader-floating {
|
|
position: fixed !important;
|
|
border-bottom-width: 0 !important;
|
|
}
|
|
|
|
table.fixedHeader-locked {
|
|
position: absolute !important;
|
|
}
|
|
|
|
@media print {
|
|
table.fixedHeader-floating {
|
|
display: none;
|
|
}
|
|
}
|