feat. ScrollTop 버튼 추가

This commit is contained in:
clkim
2025-10-24 13:08:18 +09:00
parent 3729a2bcb7
commit 34605d606a
9 changed files with 226 additions and 10 deletions

View File

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