sticky-header.module.css

Same filename in this branch
  1. main core/themes/stable9/css/core/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. 9 core/themes/stable9/css/system/components/sticky-header.module.css
  6. 9 core/themes/stable/css/system/components/sticky-header.module.css
  7. 9 core/modules/system/css/components/sticky-header.module.css
  8. 8.9.x core/themes/stable/css/system/components/sticky-header.module.css
  9. 8.9.x core/modules/system/css/components/sticky-header.module.css
table.sticky-header thead {
  position: sticky;
  z-index: 500;
  top: var(--drupal-displace-offset-top, 0);
}

File

core/misc/components/sticky-header.module.css

View source
  1. table.sticky-header thead {
  2. position: sticky;
  3. z-index: 500;
  4. top: var(--drupal-displace-offset-top, 0);
  5. }

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