From 6742a7172aacd9d24fbb39644e087203c0eaf5a9 Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Sun, 5 Nov 2023 18:05:13 -0500 Subject: [PATCH] html5: fix persistent matrix chat using visibility: hidden still causes the element to do layout, which squeeze other elements (like timer, polls, etc). Fix this by changing to display: none which doesn't do any layout at all. Signed-off-by: James Bottomley --- bigbluebutton-html5/imports/ui/components/matrix/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/matrix/component.jsx b/bigbluebutton-html5/imports/ui/components/matrix/component.jsx index b4cd7d05279c..b8e1c1f69141 100644 --- a/bigbluebutton-html5/imports/ui/components/matrix/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/matrix/component.jsx @@ -56,7 +56,7 @@ const Matrix = ({