2022-02-21 15:28:19 +01:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#map {
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-addr-autocomplete {
|
|
|
|
display: float;
|
|
|
|
top: 0;
|
2022-02-21 17:21:21 +01:00
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#btn-load-elig-data {
|
|
|
|
top: 4em;
|
|
|
|
right: 0;
|
|
|
|
position: fixed;
|
2022-02-21 15:28:19 +01:00
|
|
|
z-index: 1;
|
2022-02-21 17:21:21 +01:00
|
|
|
padding: .5em;
|
2022-02-21 15:28:19 +01:00
|
|
|
}
|