11 lines
151 B
SCSS
11 lines
151 B
SCSS
|
.chat-message *,
|
||
|
.chat-composer-row,
|
||
|
.chat-reply,
|
||
|
.replying-text {
|
||
|
@include unselectable;
|
||
|
}
|
||
|
|
||
|
.chat-message-container {
|
||
|
transform: translateZ(0);
|
||
|
}
|