diff options
author | Vitaly Takmazov | 2018-09-10 16:02:19 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 62cf7ac1136f6e27177dd9b9ab76fc9990d72ead (patch) | |
tree | 022c9ffe95d81c720149bd4d4f690421b825cf65 /vnext/src/components | |
parent | f1a014936d9e5ed5aa4d1558a91589e4147886e6 (diff) |
Chat styling
Diffstat (limited to 'vnext/src/components')
-rw-r--r-- | vnext/src/components/Chat.js | 2 |
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', |