fix. 공통 컴포넌트 수정

This commit is contained in:
clkim
2025-11-06 15:27:36 +09:00
parent f839a7be41
commit a5fc9b631d
7 changed files with 20 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ onUnmounted(() => {
<Transition name="fade">
<div
v-if="isOpen"
class="fixed inset-0 flex items-center justify-center bg-black bg-opacity-75 z-[800]"
class="modal-wrap dimmed overflow-hidden flex items-center justify-center"
:class="props.modalName"
@click="handleOutsideClick"
>