Fix: Karte — position:absolute;inset:0 statt height:100% (kein parent-height Problem)
This commit is contained in:
parent
d4c3f159d5
commit
2ff439a4e3
3 changed files with 17 additions and 18 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue