From 49cdb1dafb3285e9e11ebe507e07ab5667ae03a8 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 16 Jan 2023 17:33:50 -0800 Subject: [PATCH] Fix chat message background color not showing. Closes #2594 --- web/components/chat/ChatUserMessage/ChatUserMessage.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss index a6d397990..861688ecc 100644 --- a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss +++ b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss @@ -33,9 +33,9 @@ $p-size: 8px; &.ownMessage { border-left: none; border-right: $border-style; + .background { position: absolute; - z-index: -1; top: 0px; left: 0px; width: 100%;