update frontend

This commit is contained in:
Your Name 2025-12-13 02:04:16 -05:00
parent bc4cfc9d14
commit a77d1e60d4
1 changed files with 3 additions and 5 deletions

View File

@ -1,14 +1,12 @@
/* MapLibre gère la position/transform, on ne touche pas */ /* MapLibre gère la position/transform via .maplibregl-marker, on ne touche PAS */
.post-pin { .post-pin {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
pointer-events: auto; pointer-events: auto;
/* IMPORTANT: z-index fonctionne seulement si l'élément est "positioned" */ /* IMPORTANT: NE PAS mettre position ici, sinon on casse l'ancrage MapLibre */
position: relative; /* MapLibre applique position:absolute via .maplibregl-marker */
/* par défaut tout est en bas */
z-index: 1; z-index: 1;
} }