Reset z-index on leaflet map

This commit is contained in:
Nils 2024-12-01 13:57:17 +01:00 committed by GitHub
parent f94ea5516e
commit 12ac078205
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
<div
id='map'
class="w-full"
class="w-full z-0"
data-controller="maps points"
data-points-target="map"
data-distance_unit="<%= DISTANCE_UNIT %>"

View file

@ -18,7 +18,7 @@
<div class="w-full">
<div
id='map'
class="w-full h-full rounded-lg"
class="w-full h-full rounded-lg z-0"
data-controller="trips"
data-trips-target="container"
data-distance_unit="<%= DISTANCE_UNIT %>"