From 22ea665fa4e52db4097226eb2c1919d55de5c837 Mon Sep 17 00:00:00 2001 From: t1enne <65537403+t1enne@users.noreply.github.com> Date: Thu, 21 Apr 2022 19:08:41 +0200 Subject: [PATCH] fixed chat scroll breaking on single col (#1845) --- webroot/styles/app.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/webroot/styles/app.css b/webroot/styles/app.css index e1835af61..1c86989b6 100644 --- a/webroot/styles/app.css +++ b/webroot/styles/app.css @@ -214,10 +214,7 @@ header { z-index: 40; } .single-col #chat-container { - position: fixed; - bottom: 0; width: 100%; - height: 100%; } .single-col.chat #video-container,