sticky-header.module.css
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/css/system/components/sticky-header.module.css
- 9 core/themes/stable/css/system/components/sticky-header.module.css
- 9 core/modules/system/css/components/sticky-header.module.css
- 8.9.x core/themes/stable/css/system/components/sticky-header.module.css
- 8.9.x core/modules/system/css/components/sticky-header.module.css
- 10 core/themes/stable9/css/system/components/sticky-header.module.css
- 10 core/modules/system/css/components/sticky-header.module.css
- 10 core/misc/components/sticky-header.module.css
- 10 core/themes/stable9/css/core/components/sticky-header.module.css
Table header behavior.
See also
tableheader.js
File
-
core/
themes/ stable9/ css/ system/ components/ sticky-header.module.css
View source
- /**
- * @file
- * Table header behavior.
- *
- * @see tableheader.js
- */
-
- table.sticky-header {
- z-index: 500;
- top: 0;
- margin-top: 0;
- background-color: #fff;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.