From 3fdea4bc3400e64841378362586b03ee5b2e21cf Mon Sep 17 00:00:00 2001 From: Outrun Colors Date: Sat, 24 Sep 2022 22:17:00 -0500 Subject: [PATCH] Try 62vh? --- chat/package.json | 2 +- chat/src/App.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chat/package.json b/chat/package.json index 79ff08fb5..c3ce06e90 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.0.19", + "version": "0.0.20", "main": "./src/index.tsx", "license": "MIT", "dependencies": { diff --git a/chat/src/App.css b/chat/src/App.css index 114efa395..c27e51281 100644 --- a/chat/src/App.css +++ b/chat/src/App.css @@ -49,7 +49,7 @@ body { .App-content { position: relative; flex: 3; - height: 65vh; + height: 62vh; max-height: 1000px; overflow: auto; -ms-overflow-style: none;