Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Table header behavior.
|
|
|
|
*
|
|
|
|
* @see tableheader.js
|
|
|
|
*/
|
|
|
|
|
|
|
|
table.sticky-header {
|
|
|
|
z-index: 500;
|
|
|
|
top: 0;
|
2019-04-01 17:16:16 +00:00
|
|
|
margin-top: 0;
|
|
|
|
background-color: #fff;
|
Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
}
|