Add CSS containement rules for shorter reflow operations
This commit is contained in:
parent
a8b6094482
commit
ebd7cd6212
9 changed files with 16 additions and 0 deletions
|
@ -152,6 +152,7 @@ limitations under the License.
|
|||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
contain: content;
|
||||
}
|
||||
|
||||
.mx_RoomView_statusArea {
|
||||
|
@ -221,6 +222,7 @@ limitations under the License.
|
|||
|
||||
.mx_RoomView_MessageList li {
|
||||
clear: both;
|
||||
contain: content;
|
||||
}
|
||||
|
||||
li.mx_RoomView_myReadMarker_container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue