Fix: Corrected structural error in project-map Livewire component (multiple root elements). Moved closing </div> after @push('scripts') to ensure single root element.
This commit is contained in:
@@ -293,11 +293,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>@push('scripts')
|
||||
@push('scripts')
|
||||
<style>
|
||||
.leaflet-container { z-index: 0 !important; }
|
||||
</style>
|
||||
<script>
|
||||
</div>
|
||||
let map;
|
||||
const layers = {};
|
||||
let imageMarkersLayer = null;
|
||||
|
||||
Reference in New Issue
Block a user