diff --git a/chat/package.json b/chat/package.json index e5a7fbdb27..48fa4a4771 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.0.8", + "version": "0.0.9", "main": "index.js", "license": "MIT", "dependencies": { diff --git a/chat/src/App.css b/chat/src/App.css index 7a54bb6372..44e2afaa83 100644 --- a/chat/src/App.css +++ b/chat/src/App.css @@ -10,12 +10,6 @@ body { overflow: hidden; } -@media screen and (min-width: 1000px) { - .App-content { - height: 740px !important; - } -} - .App-wrapper { flex: 1; overflow: hidden; @@ -46,7 +40,8 @@ body { .App-content { position: relative; flex: 3; - height: 360px; + height: 60vh; + max-height: 1000px; overflow: auto; -ms-overflow-style: none; scrollbar-width: none;