Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

sticky-header.module.css

Same filename in this branch
  1. 11.1.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/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. }
RSS feed
Powered by Drupal