다운로드 드랍다운 메뉴 우측에 안가리게 z-index 수정

This commit is contained in:
nevermoregb 2025-03-11 15:03:30 +09:00
parent 15bfd59c59
commit 757370cf91

View File

@ -60,7 +60,7 @@
<i class="fa-solid fa-download me-2"></i>
첨부파일 ({{ attachments.length }})
</button>
<ul class="dropdown-menu">
<ul class="dropdown-menu" style="z-index: 1004">
<li v-for="(attachment, index) in attachments" :key="index">
<a class="dropdown-item" href="#" @click.prevent="downloadFile(attachment)">
{{ attachment.originalName }}.{{ attachment.extension }}