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

View File

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