From c695f5f6396812877cab171734644a6d56f1f116 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 12 Apr 2026 18:04:47 +0200 Subject: [PATCH] CSS: Leaflet-Attribution-Control ausblenden Co-Authored-By: Claude Sonnet 4.6 --- backend/static/css/components.css | 3 +++ 1 file changed, 3 insertions(+) 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; }