Skip to content

Commit

Permalink
fix: don't force height of DropZones in custom interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Apr 3, 2024
1 parent 9008b70 commit 046c255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/DropZone/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
margin-left: auto;
margin-right: auto;
position: relative;
height: 100%;
min-height: 100%;
outline-offset: -2px;
width: 100%;
}
Expand Down

0 comments on commit 046c255

Please sign in to comment.