We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172f4ca commit eac6fe5Copy full SHA for eac6fe5
src/index.tsx
@@ -29,7 +29,7 @@ class Superluminal extends React.Component<Props, State> {
29
30
render() {
31
const { style, userProfilePictureStyle, userMessageStyle, assistantMessageStyle, inputStyle, sendButtonStyle } = this.props;
32
- return <div style={{ minWidth: '420px', minHeight: '640px', maxWidth: '100%', maxHeight: '100%', flexShrink: 0 }}>
+ return <div style={{ minWidth: '420px', minHeight: '640px', width: '100%', height: '100%', maxWidth: '100%', maxHeight: '100%', flexShrink: 0 }}>
33
<AssistantView
34
ref={this.assistantViewRef}
35
style={style}
0 commit comments