aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/components/Chat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Chat.js b/vnext/src/components/Chat.js
index 2e91888f..be671fb9 100644
--- a/vnext/src/components/Chat.js
+++ b/vnext/src/components/Chat.js
@@ -88,7 +88,7 @@ Chat.propTypes = {
const chatStyle = {
boxSizing: 'border-box',
padding: '0 20px',
- overflowY: 'scroll',
+ overflowY: 'auto',
height: '450px',
display: 'flex',
flexDirection: 'column-reverse',