This commit is contained in:
cay 2026-03-29 11:19:40 +01:00
parent cd155087ea
commit 551f8458bc

View File

@ -16,8 +16,7 @@ body {
width: 2037px;
height: 1018px;
flex-shrink: 0;
transform: translateZ(0);
will-change: transform;
will-change: transform; /* translateZ(0) entfernt verhindert Zittern */
}
.map-image {
@ -35,8 +34,7 @@ body {
left: 0;
width: 100%;
height: 100%;
transform: translateZ(0);
will-change: transform;
will-change: transform; /* translateZ(0) entfernt verhindert Zittern */
}
.area {