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
- 11.x core/themes/stable9/css/system/components/sticky-header.module.css
- 11.x core/modules/system/css/components/sticky-header.module.css
- 11.x core/misc/components/sticky-header.module.css
- 11.x core/themes/stable9/css/core/components/sticky-header.module.css
table.sticky-header thead { position: sticky; z-index: 500; top: var(--drupal-displace-offset-top, 0); }
File
-
core/
themes/ stable9/ css/ core/ components/ sticky-header.module.css
View source
- table.sticky-header thead {
- position: sticky;
- z-index: 500;
- top: var(--drupal-displace-offset-top, 0);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.