From 0dec3171d524d69a5f2c518b2fa35c9cc622b74b Mon Sep 17 00:00:00 2001 From: Outrun Colors Date: Sat, 24 Sep 2022 20:06:59 -0500 Subject: [PATCH] Back to 60vh --- 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 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;