Files
drupal11-ddev/web/core/misc/components/sticky-header.module.css
2025-10-08 11:39:17 -04:00

6 lines
111 B
CSS

table.sticky-header thead {
position: sticky;
z-index: 500;
top: var(--drupal-displace-offset-top, 0);
}