Extend drag-and-drop zone in card sidebar

Signed-off-by: Igor Denisenko <old-green-frog@mail.ru>
This commit is contained in:
old-green-frog
2021-09-16 14:44:51 +03:00
committed by Igor Denisenko
parent e11bea04e6
commit 6551ba2210
2 changed files with 13 additions and 6 deletions

View File

@@ -131,6 +131,12 @@ export default {
position: relative;
}
.attachments-drag-zone.drop-upload--sidebar {
display: flex;
flex-direction: column;
flex-basis: 100%;
}
.dragover {
position: absolute;
background: var(--color-primary-light);