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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue