Files
farmOS-dev/web/core/misc/components/sticky-header.module.css
2024-12-10 15:08:16 +01:00

6 lines
111 B
CSS

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