From 19fef5aa25f2ae8085909b8847ce13567e3b30fd Mon Sep 17 00:00:00 2001 From: javier Date: Wed, 17 Jun 2026 13:02:27 +0200 Subject: [PATCH] fix(project-map): raise inspection modal z-index above map panel The DaisyUI .modal default z-index (999) was below the phases/layers panel (z-1000) and its reopen button (z-1001), so they showed on top of the modal. Set the modal to z-[2000]. Co-Authored-By: Claude Opus 4.8 (1M context) --- resources/views/livewire/projects/project-map.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/projects/project-map.blade.php b/resources/views/livewire/projects/project-map.blade.php index 6866dca..db3d9f0 100644 --- a/resources/views/livewire/projects/project-map.blade.php +++ b/resources/views/livewire/projects/project-map.blade.php @@ -338,7 +338,7 @@ {{-- Visor de inspección --}} @if($viewingInspection) -