0

Fix chat message background color not showing. Closes #2594

This commit is contained in:
Gabe Kangas 2023-01-16 17:33:50 -08:00
parent 454bf44464
commit 49cdb1dafb
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -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%;