diff --git a/backend/static/css/components.css b/backend/static/css/components.css index 774dbec..30dedb0 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -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; }