sticky-header.module.css

Same filename in this branch
  1. 9 core/themes/stable9/css/system/components/sticky-header.module.css
  2. 9 core/themes/stable/css/system/components/sticky-header.module.css
Same filename and directory in other branches
  1. 10 core/misc/components/sticky-header.module.css
  2. 10 core/themes/stable9/css/core/components/sticky-header.module.css
  3. 11.x core/misc/components/sticky-header.module.css
  4. 11.x core/themes/stable9/css/core/components/sticky-header.module.css
  5. 8.9.x core/themes/stable/css/system/components/sticky-header.module.css
  6. 8.9.x core/modules/system/css/components/sticky-header.module.css
  7. main core/misc/components/sticky-header.module.css
  8. main core/themes/stable9/css/core/components/sticky-header.module.css

Table header behavior.

See also

tableheader.js

File

core/modules/system/css/components/sticky-header.module.css

View source
  1. /**
  2. * @file
  3. * Table header behavior.
  4. *
  5. * @see tableheader.js
  6. */
  7. table.sticky-header {
  8. z-index: 500;
  9. top: 0;
  10. margin-top: 0;
  11. background-color: #fff;
  12. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.