This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ limitations under the License.
22
22
width : 100% ;
23
23
overflow : hidden ;
24
24
filter : blur (var (--lp-background-blur ));
25
+ // Force a new layer for the backdropPanel so it's better hardware supported
26
+ transform : translateZ (0 );
25
27
}
26
28
27
29
.mx_BackdropPanel--image {
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ $roomListCollapsedWidth: 68px;
26
26
.mx_LeftPanel_wrapper {
27
27
display : flex ;
28
28
max-width : 50% ;
29
+ position : relative ;
30
+
31
+ // Contain the amount of layers rendered by constraining what actually needs re-layering via css
32
+ contain : layout paint;
29
33
30
34
.mx_LeftPanel_wrapper--user {
31
35
background-color : $roomlist-bg-color ;
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ limitations under the License.
20
20
flex : 1 ;
21
21
position : relative ;
22
22
justify-content : center ;
23
+ // Contain the amount of layers rendered by constraining what actually needs re-layering via css
24
+ contain : strict ;
23
25
}
24
26
25
27
.mx_RoomView {
@@ -163,7 +165,6 @@ limitations under the License.
163
165
flex : 1 ;
164
166
display : flex ;
165
167
flex-direction : column ;
166
- contain : content ;
167
168
}
168
169
169
170
.mx_RoomView_statusArea {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ limitations under the License.
15
15
*/
16
16
17
17
.mx_ScrollPanel {
18
+ contain : strict ;
18
19
19
20
.mx_RoomView_MessageList {
20
21
position : relative ;
You can’t perform that action at this time.
0 commit comments