reduce chatbox height a tad

This commit is contained in:
RoboMWM 2020-12-08 18:35:42 -08:00 committed by GitHub
parent 07fad148ee
commit 21977ce379
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: 90vh; height: 80vh;
position: relative; position: relative;
} }
.iframe-container iframe .iframe-container iframe