CSS: Leaflet-Attribution-Control ausblenden

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rene 2026-04-12 18:04:47 +02:00
parent 67eb515c35
commit c695f5f639

View file

@ -809,3 +809,6 @@ textarea.form-control {
border-radius: var(--radius-full);
margin-bottom: var(--space-3);
}
/* Leaflet-Attribution ausblenden */
.leaflet-control-attribution { display: none !important; }