-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
scope: dialogChanges related to the dialog.Changes related to the dialog.
Description
I'm trying to create a simple login form dialog and having problems with the height of the content when the mobile keyboard is open. I cannot give any new value to bodyStyle.maxHeight
.
my code:
`
<Dialog
title={title}
open={this.props.open}
onRequestClose={this.onClose}
autoDetectWindowHeight={false}
autoScrollBodyContent={true}
contentStyle={this.styles.base}
bodyStyle={{ maxHeight: 1200 }}
>
...
</Dialog>
`
Metadata
Metadata
Assignees
Labels
scope: dialogChanges related to the dialog.Changes related to the dialog.