Fix chat message background color not showing. Closes #2594
This commit is contained in:
parent
454bf44464
commit
49cdb1dafb
@ -33,9 +33,9 @@ $p-size: 8px;
|
|||||||
&.ownMessage {
|
&.ownMessage {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: $border-style;
|
border-right: $border-style;
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user