ui.css 116 B

12345678
  1. table th {
  2. position: -webkit-sticky;
  3. position: sticky;
  4. top: 0;
  5. z-index: 1;
  6. background: #fff;
  7. }