]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #676 from mtmail/html-map-position-box-disappeared
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 20 Mar 2017 19:19:41 +0000 (20:19 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Mar 2017 19:19:41 +0000 (20:19 +0100)
On /search.php the map-position box disappeared behind the map tiles

website/css/search.css

index eb0d06d735d65129fa4d4a658d99d3393ec72b1c..9c061783bcd0ca61b2391b2f0b3ca0f36d2a0ead 100644 (file)
@@ -65,7 +65,7 @@ form label {
   color: #333;
   font-size: 11px;
   background-color: rgba(255, 255, 255, 0.7);
-  z-index: 100;
+  z-index: 500;
 }
 
 #map-position-close {