/* Source and licensing information for the line(s) below can be found at https://promerch.uk/core/modules/system/css/components/sticky-header.module.css. */
/**
 * @file
 * Table header behavior.
 *
 * @see tableheader.js
 */

table.sticky-header {
  z-index: 500;
  top: 0;
  margin-top: 0;
  background-color: #fff;
}

/* Source and licensing information for the above line(s) can be found at https://promerch.uk/core/modules/system/css/components/sticky-header.module.css. */