From 62cf7ac1136f6e27177dd9b9ab76fc9990d72ead Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 10 Sep 2018 16:02:19 +0300 Subject: Chat styling --- vnext/src/components/Chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src') 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', -- cgit v1.2.3