Skip to content
Snippets Groups Projects

Change z-index of sticky-header to 50

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
table.sticky-header thead {
position: sticky;
z-index: 500;
z-index: 50;
top: var(--drupal-displace-offset-top, 0);
}
Loading