Fix: Gassi-Karte 0px-Höhe — walks-map height:100% + map-view overflow:hidden (SW by-v876)

This commit is contained in:
rene 2026-05-12 09:31:28 +02:00
parent 0ab88ef6b6
commit 69f5c2982a
5 changed files with 16 additions and 11 deletions

View file

@ -3531,9 +3531,14 @@ html.modal-open {
.walks-spots.full { color: var(--c-text-muted); }
.walks-spots.today { color: var(--c-amber, #f59e0b); }
.walks-map {
flex: 1;
height: 100%;
min-height: 300px;
position: relative;
}
/* Map-View darf nicht scrollen — Map füllt die gesamte Fläche */
#walks-map-view {
overflow: hidden;
}
.walks-participant {
display: flex;
align-items: center;