sticky-header.module.css 125 B

1234567891011
  1. /**
  2. * @file
  3. * Table header behavior.
  4. *
  5. * @see tableheader.js
  6. */
  7. table.sticky-header {
  8. z-index: 9;
  9. margin-top: 0;
  10. }