position popup

This commit is contained in:
2024-10-07 15:50:16 +02:00
parent fb72032d08
commit 6229ea3e4f
3 changed files with 32 additions and 16 deletions

View File

@@ -19,7 +19,16 @@
}
#sites-map-container circle.circle {
fill: #f7002b!important;
fill: black !important;
&:hover{
fill: #f7002b!important;
}
}
#sites-map-container circle.circle:hover{
fill: #f7002b!important;
}
/* Styles du popup (caché par défaut) */