fix: enable location map box clicks
All checks were successful
ITAM Docker Build Check / docker-build-check (push) Successful in 25s
ITAM Code Check / build-and-config-check (push) Successful in 20s

This commit is contained in:
2026-06-19 17:31:37 +09:00
parent 58f93c959d
commit 67e3be028b

View File

@@ -196,11 +196,14 @@
height: auto; height: auto;
object-fit: contain; object-fit: contain;
display: block; display: block;
position: relative;
z-index: 1;
} }
.map-overlay { .map-overlay {
position: absolute; position: absolute;
pointer-events: none; pointer-events: auto;
z-index: 2;
} }
.no-map-message { .no-map-message {
@@ -216,6 +219,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
transition: all 0.2s ease; transition: all 0.2s ease;
z-index: 3;
} }
/* --- Asset Detail Sidebar --- */ /* --- Asset Detail Sidebar --- */