Adding a zoom in on the building and lock movement

This commit is contained in:
2026-04-09 22:09:18 +02:00
parent 0848edb832
commit 81168f90d7
6 changed files with 135 additions and 33 deletions

View File

@@ -3,7 +3,23 @@
margin: 0;
position: absolute;
top: 54px;
left: 0;
width: 100%;
height: calc(100vh - 54px);
}
.map-fullscreen {
left: 0;
width: 100%;
}
.map-details {
left: 10%;
width: 90%;
}
.details {
position: absolute;
top: 54px;
left: 0;
width: 10%;
height: 100%;
}