blob: 03224190351f442e398a72d2c9e0dd1f3aa58b61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
table.fixedHeader-floating {
border-bottom-width: 0 !important;
}
table.fixedHeader-locked {
position: absolute !important;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}
|