🎨 Mise à jour des styles de la popup personnalisée et ajustement des dimensions maximales dans le composant LeafletMap.
continuous-integration/drone/push Build is passing Details

master
Alix JEUDI--LEMOINE 5 days ago
parent e64bae7b5f
commit 6b56bdc42b

@ -288,7 +288,8 @@ export class LeafletMapComponent implements OnInit {
marker.bindPopup(popupDiv, { marker.bindPopup(popupDiv, {
closeButton: false, closeButton: false,
minWidth: 300, minWidth: 300,
maxHeight: 350, maxWidth: 400,
maxHeight: 400,
className: 'custom-popup-fixed-size', className: 'custom-popup-fixed-size',
}); });

@ -53,7 +53,8 @@
height: 100%; height: 100%;
} }
.custom-popup-fixed-size .leaflet-popup-content {
/* .custom-popup-fixed-size .leaflet-popup-content {
width: 300px !important; width: 300px !important;
height: 350px !important; height: 350px !important;
} }
@ -61,7 +62,7 @@
.custom-popup-fixed-size .leaflet-popup-content { .custom-popup-fixed-size .leaflet-popup-content {
width: 300px !important; width: 300px !important;
height: 350px !important; height: 350px !important;
} } */
.custom-tooltip-with-avatar { .custom-tooltip-with-avatar {
position: relative; position: relative;

Loading…
Cancel
Save