diff --git a/chat/src/App.css b/chat/src/App.css index c9a839bef..a77b5ff9e 100644 --- a/chat/src/App.css +++ b/chat/src/App.css @@ -49,7 +49,7 @@ body { .App-content { position: relative; flex: 3; - height: 70vh; + height: 65vh; max-height: 1000px; overflow: auto; -ms-overflow-style: none;