Loading app/src/js/geoTiffViewer.js +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ export default class GeoTiffViewer { if (document.getElementById("GeoTiffModal") == null) { return; } document.getElementById("map-container").style.zIndex = "-1"; document.getElementById("GeoTiffModal").classList.add('active'); document.getElementById("GeoTiffOverlay").classList.add('active'); Loading @@ -96,6 +97,7 @@ export default class GeoTiffViewer { if (document.getElementById("GeoTiffModal") == null) { return; } document.getElementById("map-container").style.zIndex = "10"; document.getElementById("GeoTiffModal").classList.remove('active'); document.getElementById("GeoTiffOverlay").classList.remove('active'); } Loading app/src/styles.css +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ App Layout Grid #map-container { grid-area: c; z-index: -1; //z-index: -1; } #credits-bar { Loading Loading
app/src/js/geoTiffViewer.js +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ export default class GeoTiffViewer { if (document.getElementById("GeoTiffModal") == null) { return; } document.getElementById("map-container").style.zIndex = "-1"; document.getElementById("GeoTiffModal").classList.add('active'); document.getElementById("GeoTiffOverlay").classList.add('active'); Loading @@ -96,6 +97,7 @@ export default class GeoTiffViewer { if (document.getElementById("GeoTiffModal") == null) { return; } document.getElementById("map-container").style.zIndex = "10"; document.getElementById("GeoTiffModal").classList.remove('active'); document.getElementById("GeoTiffOverlay").classList.remove('active'); } Loading
app/src/styles.css +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ App Layout Grid #map-container { grid-area: c; z-index: -1; //z-index: -1; } #credits-bar { Loading