Skip to content

Commit

Permalink
feat: allow dialog overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Jun 20, 2024
1 parent 095e23c commit b7606aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Field/Field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class Field extends Component<FieldProps, FieldState> {
minHeight: 660,
position: 'top',
shouldCloseOnOverlayClick: true,
allowHeightOverflow: false,
allowHeightOverflow: true,
parameters: {
selectedImage: this.state.selectedAsset,
},
Expand Down

0 comments on commit b7606aa

Please sign in to comment.