Try 62vh?

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-24 22:17:00 -05:00
parent 0620081497
commit 3fdea4bc34
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "chat",
"version": "0.0.19",
"version": "0.0.20",
"main": "./src/index.tsx",
"license": "MIT",
"dependencies": {

View File

@ -49,7 +49,7 @@ body {
.App-content {
position: relative;
flex: 3;
height: 65vh;
height: 62vh;
max-height: 1000px;
overflow: auto;
-ms-overflow-style: none;