diff --git a/app/assets/stylesheets/spotlight/_exhibit_admin.scss b/app/assets/stylesheets/spotlight/_exhibit_admin.scss index db10d7f83..9b3d2f5ee 100644 --- a/app/assets/stylesheets/spotlight/_exhibit_admin.scss +++ b/app/assets/stylesheets/spotlight/_exhibit_admin.scss @@ -83,3 +83,10 @@ margin-bottom: $spacer; } } + +// In various admin views we use leaflet maps and autocomplete. They both set +// the same z-index value, so we need to override the leaflet z-index to make +// sure the leaflet controls don't appear over the autocomplete dropdown. +.leaflet-top, .leaflet-bottom { + z-index: 950; +}