Back to 60vh

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-24 20:06:59 -05:00
parent 4043a806a2
commit 0dec3171d5
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.14",
"version": "0.0.15",
"main": "./src/index.tsx",
"license": "MIT",
"dependencies": {

View File

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