Fix: Karte — position:absolute;inset:0 statt height:100% (kein parent-height Problem)

This commit is contained in:
rene 2026-04-14 16:51:47 +02:00
parent d4c3f159d5
commit 2ff439a4e3
3 changed files with 17 additions and 18 deletions

View file

@ -1565,9 +1565,9 @@ textarea.form-control {
ZENTRALE KARTE (map.js)
============================================================ */
.map-full-layout {
position: relative;
height: 100%;
overflow: hidden;
position: absolute;
inset: 0;
overflow: hidden;
}
.map-full {
width: 100%;