.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: $zindex-sticky; // https://getbootstrap.com/docs/4.5/layout/overview/#z-index
}

.sticky-header + .mmui-front-page-layout {
  padding-top: 102px;
}
