diff --git a/src/static/css/style.css b/src/static/css/style.css index 715cccc..9148535 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -4145,9 +4145,11 @@ a:hover { /* === Karten-Kachel (Leaflet) === */ .map-card { + position: absolute; + inset: 0; display: flex; flex-direction: column; - height: 100%; + overflow: hidden; } .map-card .card-header { flex-shrink: 0; @@ -4159,16 +4161,16 @@ a:hover { } .map-container { flex: 1; - min-height: 200px; position: relative; z-index: 1; + min-height: 0; } .map-empty { display: flex; align-items: center; justify-content: center; - height: 100%; - min-height: 200px; + position: absolute; + inset: 0; color: var(--text-tertiary); font-size: 13px; font-family: var(--font-body); diff --git a/src/static/dashboard.html b/src/static/dashboard.html index 07b8100..3b34af4 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -16,7 +16,7 @@ - +
Zum Hauptinhalt springen @@ -560,10 +560,10 @@ - - - - - + + + + +