From 8e79ece20344d7338526c55b5a533250c4157005 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Mon, 20 Mar 2017 15:38:12 +0100 Subject: [PATCH] On /search.php the map-position box disappeared behind the map tiles --- website/css/search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/css/search.css b/website/css/search.css index eb0d06d7..9c061783 100644 --- a/website/css/search.css +++ b/website/css/search.css @@ -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 { -- 2.45.1