fix: map position de la popup dans la carte
parent
8adf9e8870
commit
6ac6fab002
|
@ -52,7 +52,6 @@ export default ({ resistants }: Props) => {
|
|||
key={`popup-${selectedResistant.id}`}
|
||||
longitude={selectedResistant.longitude}
|
||||
latitude={selectedResistant.latitude}
|
||||
anchor="bottom"
|
||||
style={{ minWidth: "40em", padding: "1em", zIndex: resistants.length + 10 }}
|
||||
onClose={() => selectResistant(null)}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue