fix: relieve text shaking while streaming
This commit is contained in:
parent
2cf67b59d2
commit
0fdb2ed0ef
@ -286,6 +286,8 @@ const MessageContainer = styled.div`
|
|||||||
position: relative;
|
position: relative;
|
||||||
transition: background-color 0.3s ease;
|
transition: background-color 0.3s ease;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
transform: translateZ(0);
|
||||||
|
will-change: transform;
|
||||||
&.message-highlight {
|
&.message-highlight {
|
||||||
background-color: var(--color-primary-mute);
|
background-color: var(--color-primary-mute);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user