:root {
    --kb-grey: #171717;
}

.fixed-header .app-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
  }