Creation de la carte WEB

This commit is contained in:
EpicKiwi 2026-02-18 08:42:41 +01:00
parent 2358e11cd4
commit 7047d50a75
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
9 changed files with 62 additions and 1133 deletions

View file

@ -3,6 +3,14 @@ body, html {
margin: 0;
}
body {
pointer-events: none;
}
body > * {
pointer-events: all;
}
/* HEADER and NAV */
#main-header {
@ -51,11 +59,6 @@ body, html {
z-index: -1;
}
#search-section {
margin-left: 50px;
margin-top: 15px;
}
.leaflet-container .leaflet-control-attribution {
background: rgba(0, 0, 0, 0.5);
color: white;