Fix add and drag drop attachments to minicards and card.

Thanks to xet7 !

Fixes #5946,
fixes #5436,
fixes #2936,
fixes #1926,
fixes #300,
fixes #142
This commit is contained in:
Lauri Ojansivu 2025-10-19 10:57:36 +03:00
parent cea414b589
commit b06daff4c7
6 changed files with 122 additions and 75 deletions

View file

@ -496,3 +496,10 @@
font-size: 25px;
cursor: pointer;
}
/* Global file drag over state for board canvas */
.board-canvas.file-drag-over {
background-color: rgba(0, 123, 255, 0.05) !important;
border: 2px dashed #007bff !important;
transition: all 0.2s ease;
}