10 lines
156 B
CSS
10 lines
156 B
CSS
|
table.fixedHeader-floating {
|
||
|
position: fixed;
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
table.fixedHeader-locked {
|
||
|
position: absolute;
|
||
|
background-color: white;
|
||
|
}
|