smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.04k stars 273 forks source link

Results list in search button bottom positions #307

Open sebarecayte opened 2 years ago

sebarecayte commented 2 years ago

Hi,

when positioning the search button in the left/right bottom of the map, is it possible to open the result list above the search input element instead of below it? Actually the results list is covered by the map container or may appear outside it by using z-index.

I've looked around the source code and seems it is not possible.

Thank you so much.

Screenshot from 2021-11-09 23-11-57

smeijer commented 2 years ago

It's possible, but you'd need to write your own css for it.

sebarecayte commented 2 years ago

Ok, I'll evaluate and ask for a pull request in case implement it. thank you!