Fixed many things, like the home page not working

This commit is contained in:
pacnpal
2024-11-03 19:06:21 +00:00
parent fa0214e249
commit 1b0fe4588e
6 changed files with 55 additions and 49 deletions

View File

@@ -38,7 +38,7 @@
</div>
{# Map Container #}
<div class="relative mb-4" style="z-index: -1;">
<div class="relative mb-4" style="z-index: 1;">
<div id="locationMap" class="h-[300px] w-full rounded-lg border border-gray-300 dark:border-gray-600"></div>
</div>