update frontend
This commit is contained in:
parent
bc4cfc9d14
commit
a77d1e60d4
|
|
@ -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 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
pointer-events: auto;
|
||||
|
||||
/* IMPORTANT: z-index fonctionne seulement si l'élément est "positioned" */
|
||||
position: relative;
|
||||
|
||||
/* par défaut tout est en bas */
|
||||
/* IMPORTANT: NE PAS mettre position ici, sinon on casse l'ancrage MapLibre */
|
||||
/* MapLibre applique position:absolute via .maplibregl-marker */
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue