From e6b5aecc8f2518f666b3d689a488671d8a165354 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 18 Apr 2022 23:45:18 -0700 Subject: [PATCH] Fix single column chat not scrolling. Closes #1830 --- webroot/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/styles/app.css b/webroot/styles/app.css index d32d5918e..c6370ea1c 100644 --- a/webroot/styles/app.css +++ b/webroot/styles/app.css @@ -200,7 +200,7 @@ header { position: fixed; bottom: 0; width: 100%; - height: auto; + height: 100%; } .single-col.chat #video-container,