fix(front) : modals non fermables au clic exterieur (:dismissable=false)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<div
|
||||
v-if="modelValue"
|
||||
class="fixed inset-0 z-50 flex items-center justify-center bg-black/50"
|
||||
@click.self="cancel"
|
||||
>
|
||||
<div class="w-full max-w-md rounded-lg bg-white p-6 shadow-xl">
|
||||
<h3 class="text-lg font-semibold text-neutral-900">
|
||||
|
||||
Reference in New Issue
Block a user