jhk
This commit is contained in:
parent
cd155087ea
commit
551f8458bc
@ -16,8 +16,7 @@ body {
|
|||||||
width: 2037px;
|
width: 2037px;
|
||||||
height: 1018px;
|
height: 1018px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
transform: translateZ(0);
|
will-change: transform; /* translateZ(0) entfernt – verhindert Zittern */
|
||||||
will-change: transform;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-image {
|
.map-image {
|
||||||
@ -35,8 +34,7 @@ body {
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
transform: translateZ(0);
|
will-change: transform; /* translateZ(0) entfernt – verhindert Zittern */
|
||||||
will-change: transform;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.area {
|
.area {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user