From 7a3cd597b25a1cd673ef13bffa426d519bee31c7 Mon Sep 17 00:00:00 2001 From: Outrun Colors Date: Sat, 24 Sep 2022 15:46:50 -0500 Subject: [PATCH] Chat height fix --- chat/package.json | 2 +- chat/src/App.css | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) 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;