We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f6017 commit 58c7536Copy full SHA for 58c7536
packages/core/components/DropZone/styles.module.css
@@ -14,6 +14,8 @@
14
15
.DropZone:not(.DropZone--hasChildren) {
16
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
17
+ min-height: 0;
18
+ min-width: 0;
19
outline: 2px dashed var(--puck-color-azure-08);
20
}
21
0 commit comments