Commit f382ce18 authored by zchkfmn's avatar zchkfmn
Browse files

Fixing CSS

parent 84563740
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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');

@@ -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');
	}
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ App Layout Grid

#map-container {
  grid-area: c;
  z-index: -1;
  //z-index: -1;
}

#credits-bar {