Commit 1cfe63ee authored by zchkfmn's avatar zchkfmn
Browse files

Fixed Map Issue

parent f382ce18
Loading
Loading
Loading
Loading
+4 −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: 0;
}

#credits-bar {
@@ -389,7 +389,10 @@ GeoTiff Modal Container
}

#GeoTiffAsset {
  max-width: 100%;
  max-height: 100%;
  height: 300px;
  width: 300px;
  position: relative;
  align-items: center;
}