slightly reduce chatbox height

This commit is contained in:
RoboMWM 2021-02-19 08:17:28 -08:00 committed by GitHub
parent 8956a37e9d
commit e0f7e3c887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
.iframe-container .iframe-container
{ {
overflow: hidden; overflow: hidden;
height: 80vh; height: 70vh;
position: relative; position: relative;
} }
.iframe-container iframe .iframe-container iframe