sticky-header.module.css 163 B

12345678910111213
  1. /**
  2. * @file
  3. * Table header behavior.
  4. *
  5. * @see tableheader.js
  6. */
  7. table.sticky-header {
  8. background-color: #fff;
  9. margin-top: 0;
  10. z-index: 500;
  11. top: 0;
  12. }