ui:big ui update

refreshed the ui by making the map full screen and adding the finds as a
side-sheet on top of the map.
This commit is contained in:
2025-11-17 10:46:17 +01:00
parent ae339d68e1
commit 08f7e77a86
10 changed files with 90 additions and 439 deletions

View File

@@ -163,6 +163,7 @@
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
background: white;
overflow: hidden;
z-index: 9999;
}
.modal.dropdown {
@@ -171,11 +172,12 @@
right: 0;
max-width: 320px;
width: 320px;
z-index: 1000;
z-index: 10000;
}
.modal::backdrop {
background: rgba(0, 0, 0, 0.1);
z-index: 9998;
}
.modal-content {