hostRoom.css Changes (#957)

* hostRoom.css Changes

Makes the console be a scrollable object, for easier use with commands

* Update hostRoom.css

* Requested Change

Requested Change
This commit is contained in:
Gertimoshka 2022-10-07 00:53:20 +03:00 committed by GitHub
parent 8a6c9ff4b8
commit 4c266e6eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -55,4 +55,6 @@
border: 1px solid #2a6c2f;
border-radius: 6px;
color: #000000;
overflow-y: auto;
max-height: 400px;
}