fixedHeader.semanticui.css 233 B

1234567891011121314
  1. table.fixedHeader-floating {
  2. position: fixed !important;
  3. border-bottom-width: 0 !important;
  4. }
  5. table.fixedHeader-locked {
  6. position: absolute !important;
  7. }
  8. @media print {
  9. table.fixedHeader-floating {
  10. display: none;
  11. }
  12. }