map responsive fond popup @ media
This commit is contained in:
parent
5f70faf3d4
commit
32221214bb
|
@ -27,6 +27,7 @@
|
|||
z-index: 1000;
|
||||
text-align: left;
|
||||
padding-left: 1rem;
|
||||
pointer-events: none;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -29,12 +29,12 @@ function showPopup(content, x, y, isLeftHalf) {
|
|||
if (isLeftHalf) {
|
||||
console.log('Le point est dans la moitié gauche');
|
||||
// Aligner le popup à gauche du cercle
|
||||
popupX = rect.left + x + scrollX - popupWidth - 200; // Ajuster ici si nécessaire
|
||||
popupX = rect.left + x -scrollX - popupWidth - 800; // Ajuster ici si nécessaire
|
||||
popupContent.style.textAlign = 'right'; // Alignement du texte à droite
|
||||
} else {
|
||||
console.log('Le point est dans la moitié droite');
|
||||
// Aligner le popup à droite du cercle
|
||||
popupX = rect.left + x + scrollX + 20;
|
||||
popupX = rect.left + x + scrollX - popupWidth - 20;
|
||||
popupContent.style.textAlign = 'left'; // Alignement du texte à gauche
|
||||
}
|
||||
|
||||
|
|
|
@ -3089,6 +3089,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
z-index: 1000;
|
||||
text-align: left;
|
||||
padding-left: 1rem;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#sites-map-container strong {
|
||||
|
|
Loading…
Reference in New Issue