mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Reset z-index on leaflet map
This commit is contained in:
parent
f94ea5516e
commit
12ac078205
2 changed files with 2 additions and 2 deletions
|
|
@ -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 %>"
|
||||
|
|
|
|||
|
|
@ -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 %>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue