position popup

This commit is contained in:
2024-10-07 15:37:04 +02:00
parent 2835aecb23
commit fb72032d08
3 changed files with 10 additions and 18 deletions

View File

@@ -16,14 +16,11 @@
/* Changer la couleur au survol (hover) */
#sites-map-container .site-link:hover{
cursor: pointer;
fill: #f7002b!important;
}
// #sites-map-container circle:hover {
// cursor: pointer;
// fill: #f7002b!important;
// }
#sites-map-container circle.circle {
fill: #f7002b!important;
}
/* Styles du popup (caché par défaut) */
#sites-map-container #popup {