12 lines
125 B
CSS
12 lines
125 B
CSS
/**
|
|
* @file
|
|
* Table header behavior.
|
|
*
|
|
* @see tableheader.js
|
|
*/
|
|
|
|
table.sticky-header {
|
|
z-index: 9;
|
|
margin-top: 0;
|
|
}
|