diff --git a/src/components/_chat.scss b/src/components/_chat.scss index 7498372..a7b6558 100644 --- a/src/components/_chat.scss +++ b/src/components/_chat.scss @@ -99,6 +99,7 @@ width: 400px; max-width: calc(100vw - 10px); border-bottom: none; + margin: 0; animation-duration: 0.2s; animation-fill-mode: forwards; diff --git a/src/components/chatbox.jsx b/src/components/chatbox.jsx index 5994634..e49168e 100644 --- a/src/components/chatbox.jsx +++ b/src/components/chatbox.jsx @@ -599,103 +599,105 @@ class ChatBox extends React.Component { const inputLabel = 'Send a message...' return ( -