On my Vuetify + Lealflet project the map hides all popup dialogs and I don't know why. I use Vue2Leaflet library. I am a beginner with web development. Here is a pic of the problem:
<l-map
:center="center"
:zoom="zoom"
@click.right="mapRclicked"
ref="map"
style="height: 50vh; width: 50vh"
>