Skip to content

Commit 046c255

Browse files
committed
fix: don't force height of DropZones in custom interfaces
1 parent 9008b70 commit 046c255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
margin-left: auto;
33
margin-right: auto;
44
position: relative;
5-
height: 100%;
5+
min-height: 100%;
66
outline-offset: -2px;
77
width: 100%;
88
}

0 commit comments

Comments
 (0)