Fix modal overflow visibility (#1352)
This commit is contained in:
parent
a1ed5d1348
commit
6cb744bd93
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ const MenuItemDialog: React.FC<MenuItemDialogProps> = ({
|
||||||
id: "menuItemDialogAddItem"
|
id: "menuItemDialogAddItem"
|
||||||
})}
|
})}
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
<DialogContent style={{ overflowY: "visible" }}>
|
<DialogContent style={{ overflow: "visible" }}>
|
||||||
<TextField
|
<TextField
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
label={intl.formatMessage({
|
label={intl.formatMessage({
|
||||||
|
|
Loading…
Reference in a new issue