19 lines
303 B
CSS
19 lines
303 B
CSS
table.fixedHeader-floating {
|
|
position: fixed;
|
|
background-color: white;
|
|
}
|
|
|
|
table.fixedHeader-floating.no-footer {
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
table.fixedHeader-locked {
|
|
position: absolute;
|
|
background-color: white;
|
|
}
|
|
|
|
table.fixedHeader-locked {
|
|
position: absolute;
|
|
background-color: white;
|
|
}
|