fix(attachments): always show dropzone

This commit is contained in:
kolaente 2025-03-09 12:04:15 +01:00
parent 80f384a131
commit e5c751fece
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@
<Teleport to="body">
<div
v-if="editEnabled"
:class="{ hidden: !isOverDropZone }"
:class="{hidden: !isOverDropZone}"
class="dropzone"
>
<div class="drop-hint">
@ -355,7 +355,7 @@ async function setCoverImage(attachment: IAttachment | null) {
left: 0;
bottom: 0;
right: 0;
z-index: 100;
z-index: 4001; // modal z-index is 4000
text-align: center;
&.hidden {