Skip to content

Commit eac6fe5

Browse files
Fill container
1 parent 172f4ca commit eac6fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Superluminal extends React.Component<Props, State> {
2929

3030
render() {
3131
const { style, userProfilePictureStyle, userMessageStyle, assistantMessageStyle, inputStyle, sendButtonStyle } = this.props;
32-
return <div style={{ minWidth: '420px', minHeight: '640px', maxWidth: '100%', maxHeight: '100%', flexShrink: 0 }}>
32+
return <div style={{ minWidth: '420px', minHeight: '640px', width: '100%', height: '100%', maxWidth: '100%', maxHeight: '100%', flexShrink: 0 }}>
3333
<AssistantView
3434
ref={this.assistantViewRef}
3535
style={style}

0 commit comments

Comments
 (0)