diff --git a/examples/ndvi.html b/examples/ndvi.html index d26ae74..cbb431a 100644 --- a/examples/ndvi.html +++ b/examples/ndvi.html @@ -10,10 +10,29 @@ position: absolute; right: 0; top: 0; + z-index: 1; + } + #info { + background: rgba(20, 20, 20, 0.85); + color: lightblue; + left: 15%; + padding: 15px; + position: absolute; + top: 0; + right: 15%; + z-index: 2; + } + #info a { + color: lightblue; }
+