#lateral-bar {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
}

/* was on #map, now on the wrapper */
#map-wrapper {
  flex: 4;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

#map,
#map-right {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#map {
  z-index: 1;
}

#map-right {
  z-index: 2;
}

.site-header {
  position: relative;
  z-index: 5000;
}