This commit is contained in:
cay 2026-03-29 11:10:28 +01:00
parent c447e58fa8
commit 2f595c6a31

View File

@ -16,6 +16,8 @@ body {
width: 2037px;
height: 1018px;
flex-shrink: 0;
transform: translateZ(0);
will-change: transform;
}
.map-image {
@ -40,8 +42,8 @@ body {
fill: rgba(255, 255, 255, 0);
transition: 0.2s ease;
cursor: pointer;
transition: 0.25s;
will-change: fill, filter;
}
.area:hover {