Skip to content

Commit 58c7536

Browse files
committed
fix: don't set minimum size for DropZone if it contains children
1 parent 81f6017 commit 58c7536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/components/DropZone/styles.module.css

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
.DropZone:not(.DropZone--hasChildren) {
1616
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
17+
min-height: 0;
18+
min-width: 0;
1719
outline: 2px dashed var(--puck-color-azure-08);
1820
}
1921

0 commit comments

Comments
 (0)