diff --git a/.gitignore b/.gitignore index 3da5872..8482788 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /target **/*.rs.bk - +node_modules lcov.info diff --git a/templates/map.html b/templates/map.html index 57f3834..5d1a137 100644 --- a/templates/map.html +++ b/templates/map.html @@ -22,6 +22,17 @@ right: 0; border-top: 2px solid #aaa; } + + nav { + position: absolute; + bottom: 0; + left: 0; + padding: 5px; + z-index: 1000; + display: flex; + flex-direction: column; + background: rgba(255, 255, 255, 50%); + } @@ -30,6 +41,10 @@
+