Axione-IPE-Viewer/webapp/static/style.css
Félix Baylac-Jacqué 8fbad8b7b1 webapp: display interactive map + geocoding
Adding an interactive map with a geocoding search bar. We use leaflet
with the openstreetmap.fr tiles. As for the geocoding part, we use
komoot's photon API for the time being.
2022-02-21 15:28:19 +01:00

16 lines
166 B
CSS

body {
margin: 0;
}
#map {
width: 100vw;
height: 100vh;
z-index: 0;
}
#search-addr-autocomplete {
display: float;
top: 0;
z-index: 1;
}