.openlab-header {
z-index: 1000;
}

.openlab-header {
  transition: top .25s ease;
}

.openlab-header.--pinned {
  top: 0 !important;
}
