.journey-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-height: 33vh;
  overflow-y: auto;
  padding: 8px 16px;
  background-color: #212529;
}