Use vh instead of % to fix storybook rendering of chat container.

This commit is contained in:
Gabe Kangas
2022-07-21 12:15:03 -07:00
parent 25d52c4e1a
commit 0574725be8
2 changed files with 3 additions and 3 deletions

View File

@@ -35,8 +35,8 @@ const AddMessagesChatExample = args => {
</button>
<ChatContainer
messages={chatMessages}
usernameToHighlight={null}
chatUserId={null}
usernameToHighlight="testuser"
chatUserId="testuser"
isModerator={false}
isMobile={false}
/>