We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798da0f commit 9726821Copy full SHA for 9726821
res/css/structures/_BackdropPanel.scss
@@ -22,6 +22,8 @@ limitations under the License.
22
width: 100%;
23
overflow: hidden;
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);
27
}
28
29
.mx_BackdropPanel--image {
res/css/structures/_LeftPanel.scss
@@ -26,6 +26,8 @@ $roomListCollapsedWidth: 68px;
.mx_LeftPanel_wrapper {
display: flex;
max-width: 50%;
+ position: relative;
30
+
31
// Contain the amount of layers rendered by constraining what actually needs re-layering via css
32
contain: layout paint;
33
0 commit comments