forked from rDrama/rDrama
1
0
Fork 0

Back to 60vh

master
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", "name": "chat",
"version": "0.0.14", "version": "0.0.15",
"main": "./src/index.tsx", "main": "./src/index.tsx",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

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