Overview#
This is a memo on how to bring a specified marker to the front in nuxt3-leaflet.
Method#
By using the z-index-offset attribute on LMarker as shown below, I was able to bring a specified marker to the front.
Summary#
I hope this is helpful when using nuxt3-leaflet.