diff --git a/chat/package.json b/chat/package.json index 735839772c..1f9db7ddfe 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.0.14", + "version": "0.0.15", "main": "./src/index.tsx", "license": "MIT", "dependencies": { diff --git a/chat/src/App.css b/chat/src/App.css index a2ba328118..a54664b68b 100644 --- a/chat/src/App.css +++ b/chat/src/App.css @@ -49,7 +49,7 @@ body { .App-content { position: relative; flex: 3; - height: 75vh; + height: 60vh; max-height: 1000px; overflow: auto; -ms-overflow-style: none;