6 lines
111 B
CSS
6 lines
111 B
CSS
table.sticky-header thead {
|
|
position: sticky;
|
|
z-index: 500;
|
|
top: var(--drupal-displace-offset-top, 0);
|
|
}
|