Popups per Mouse-Over statt per Klick zu öffnen

This commit is contained in:
ISA
2024-04-17 06:58:17 +02:00
parent 48c3b12952
commit 250ce923f0
2 changed files with 50 additions and 27 deletions

View File

@@ -1,5 +1,9 @@
/* styles/global.css */
@tailwind base;
@tailwind components;
@tailwind utilities;
@import 'leaflet/dist/leaflet.css';
@import "leaflet/dist/leaflet.css";
.tooltip-tailwind .leaflet-tooltip {
@apply bg-white text-black p-2 border border-gray-300 rounded shadow !important;
}