ShowAddStationPopup.js Komponent erstellt statt in MapComponent für bessere Organisation in das Projekt

This commit is contained in:
ISA
2024-05-02 12:37:59 +02:00
parent c4e70564ec
commit 7465069e44
5 changed files with 238 additions and 132 deletions

View File

@@ -7,3 +7,6 @@
.tooltip-tailwind .leaflet-tooltip {
@apply bg-white text-black p-2 border border-gray-300 rounded shadow !important;
}
.leaflet-popup-content {
min-width: 250px; /* Adjust the width based on your requirements */
}