This commit is contained in:
2026-04-09 14:13:07 +02:00
parent 218523d488
commit 0848edb832
22 changed files with 287 additions and 365 deletions

9
src/app/map/map.scss Normal file
View File

@@ -0,0 +1,9 @@
.map-container {
padding: 0;
margin: 0;
position: absolute;
top: 54px;
left: 0;
width: 100%;
height: calc(100vh - 54px);
}