Skip to content

Commit

Permalink
Merge pull request #3438 from projectblacklight/3436-image-source
Browse files Browse the repository at this point in the history
Set leaflet z-index to 950 so it appears behind autocomplete dropdown
  • Loading branch information
taylor-steve authored Feb 12, 2025
2 parents 91c4c83 + 3086cb5 commit e349af4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/spotlight/_exhibit_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit e349af4

Please sign in to comment.