Add progress bar

This commit is contained in:
2024-10-21 14:52:13 +02:00
parent 82cf4513b7
commit 8d614d44f8
3 changed files with 14 additions and 2 deletions

View File

@@ -133,4 +133,11 @@ a:visited {
/* Leaflef map container */
#map {
height: calc(100vh - 107px);
}
#map-progress {
position: absolute;
top: 30vh;
max-width: 600px;
left: 35vw;
}