wgnhs / lslc-web-app

Web Application for the viewing the WGNHS Lake Superior Legacy Collection
https://wgnhs.github.io/lslc-web-app/
1 stars 0 forks source link

Live location map on the samples page doesn't recede behind the modal background... #59

Closed cmrRose closed 7 years ago

cmrRose commented 7 years ago

image

cmrRose commented 7 years ago

Relevant leaflet css rules:

.leaflet-top, .leaflet bottom {z-index: 1000} / this includes the zoom control and attribution in this case./ .leaflet-pane {z-index: 400}

cmrRose commented 7 years ago

Changed the modalBackground's z-index to 1001, which seems to work.