/* ML Base feature: sticky header */
.has-sticky-header .ml-header {
  position: sticky;
  top: 0;
}
