From 4307a4513bba6f7168cb3db8a7031718d1a6115d Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 8 Jul 2024 11:47:21 +0200 Subject: [PATCH] Poll: fix transparent background for OBS integration. --- conversejs/custom/shared/styles/livechat.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conversejs/custom/shared/styles/livechat.scss b/conversejs/custom/shared/styles/livechat.scss index 277e2417..2471de67 100644 --- a/conversejs/custom/shared/styles/livechat.scss +++ b/conversejs/custom/shared/styles/livechat.scss @@ -134,7 +134,8 @@ body.livechat-transparent { .chat-body, .conversejs .chatroom .box-flyout, .conversejs .chatbox .chat-content, - .conversejs .chatbox .chat-content .chat-content__notifications { + .conversejs .chatbox .chat-content .chat-content__notifications, + livechat-converse-muc-poll { background-color: rgba(0 0 0 / 0%) !important; }