aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-10 16:02:19 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit62cf7ac1136f6e27177dd9b9ab76fc9990d72ead (patch)
tree022c9ffe95d81c720149bd4d4f690421b825cf65 /vnext/src
parentf1a014936d9e5ed5aa4d1558a91589e4147886e6 (diff)
Chat styling
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',