forked from jsnbuchanan/crowd-funder-for-time-pwa
Fixed map z-index
This commit is contained in:
@@ -73,16 +73,17 @@
|
|||||||
/>
|
/>
|
||||||
<label for="includeLocation">Include Location</label>
|
<label for="includeLocation">Include Location</label>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="includeLocation" style="height: 600px; width: 800px">
|
<div v-if="includeLocation" class="mb-4 aspect-video">
|
||||||
<div class="px-2 py-2">
|
<p class="text-sm mb-2 text-slate-500">
|
||||||
For your security, choose a location nearby but not exactly at the
|
For your security, choose a location nearby but not exactly at the
|
||||||
place.
|
place.
|
||||||
</div>
|
</p>
|
||||||
|
|
||||||
<l-map
|
<l-map
|
||||||
ref="map"
|
ref="map"
|
||||||
v-model:zoom="zoom"
|
v-model:zoom="zoom"
|
||||||
:center="[0, 0]"
|
:center="[0, 0]"
|
||||||
|
class="!z-40 rounded-md"
|
||||||
@click="
|
@click="
|
||||||
(event) => {
|
(event) => {
|
||||||
latitude = event.latlng.lat;
|
latitude = event.latlng.lat;
|
||||||
|
|||||||
Reference in New Issue
Block a user