Files
DrupalTutorial/core/misc/components/sticky-header.module.css
2024-07-15 12:33:27 +02:00

6 lines
111 B
CSS
Executable File

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