Action modal
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="fixed inset-0 z-50 flex items-center justify-center">
|
||||
<!-- Backdrop -->
|
||||
<div class="absolute inset-0 bg-black bg-opacity-50" @click="$emit('close')"></div>
|
||||
<div class="absolute inset-0 bg-black/50" @click="$emit('close')"></div>
|
||||
|
||||
<!-- Modal -->
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user