Skip to content

Commit

Permalink
Update map z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Jul 29, 2024
1 parent ba43b8a commit 8dca57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defineProps<{
</script>

<template>
<div id="container" class="aspect-video w-full">
<div id="container" class="-z-10 aspect-video w-full">
<LMap ref="map" :zoom="zoom" :center="[latitude, longitude]" :use-global-leaflet="false">
<LTileLayer
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
Expand Down

0 comments on commit 8dca57a

Please sign in to comment.