fix: Karten-Container füllt jetzt die volle Kachel-Höhe aus
- CSS: min-height:0 und height:100% für Flex-Container - JS: Höhe wird immer explizit aus der Gridstack-Kachel berechnet, nicht nur als Fallback unter 50px Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -4307,8 +4307,10 @@ select:focus-visible, textarea:focus-visible,
|
||||
}
|
||||
.map-container {
|
||||
flex: 1 1 0;
|
||||
min-height: 0;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
}
|
||||
/* Leaflet braucht eine absolute Hoehe - wir setzen sie per JS,
|
||||
aber als Fallback nutzen wir eine CSS-Regel */
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren