From: Marc Tobias Metten Date: Thu, 8 Mar 2018 14:39:50 +0000 (+0100) Subject: map position box was hidden behind map X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/f5403dc596b5bd7e9551783ec0fd0c1ce8717ae6 map position box was hidden behind map --- diff --git a/TODO.md b/TODO.md index e44d778..655455a 100644 --- a/TODO.md +++ b/TODO.md @@ -4,14 +4,12 @@ ## Essential -* JS error on http://localhost:8000/reverse.html?format=html&lat=51.72702815704774&lon=8.701171874999998&zoom= * test in MSIE https://github.com/WebReflection/url-search-params * Nominatim backend API * need /status to support &format=json * need /details to support &format=json * reverse: zoom not set http://localhost:8000/reverse.html?format=html&lat=52.3755991766591&lon=7.646484374999999&zoom= -* error message on API error or timeout * search page: add pagination, moreurl * search page: add viewbox * details page: add "There are more child objects which are not shown" back in @@ -26,7 +24,6 @@ http://localhost:8000/reverse.html?format=html&lat=52.3755991766591&lon=7.646484 * config vs config.local.js * should it be possible to add comments to config? * snake_case vs camelCase -* support for proxy environment variables? * support nearlat,nearlon parameters * need a `` file * do we an /src/assets directory? diff --git a/src/assets/css/search.css b/src/assets/css/search.css index 36ef0fb..f7448f7 100755 --- a/src/assets/css/search.css +++ b/src/assets/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: 1000; } #map-position-close {