Use vh instead of % to fix storybook rendering of chat container.
This commit is contained in:
@@ -35,8 +35,8 @@ const AddMessagesChatExample = args => {
|
||||
</button>
|
||||
<ChatContainer
|
||||
messages={chatMessages}
|
||||
usernameToHighlight={null}
|
||||
chatUserId={null}
|
||||
usernameToHighlight="testuser"
|
||||
chatUserId="testuser"
|
||||
isModerator={false}
|
||||
isMobile={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user