fix: keep drop zone active when hovering inner elements (#2295)
This commit is contained in:
@@ -59,6 +59,10 @@
|
||||
.file-field__drop-zone {
|
||||
border-color: var(--theme-success-500);
|
||||
background: var(--theme-success-150);
|
||||
|
||||
* {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user