Force a new layer for backdrop panel
parent
4cd79e30af
commit
a62717ed85
|
@ -22,6 +22,8 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
filter: blur(var(--lp-background-blur));
|
filter: blur(var(--lp-background-blur));
|
||||||
|
// Force a new layer for the backdropPanel so it's better hardware supported
|
||||||
|
transform: translateZ(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_BackdropPanel--image {
|
.mx_BackdropPanel--image {
|
||||||
|
|
|
@ -26,6 +26,8 @@ $roomListCollapsedWidth: 68px;
|
||||||
.mx_LeftPanel_wrapper {
|
.mx_LeftPanel_wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
// Contain the amount of layers rendered by constraining what actually needs re-layering via css
|
// Contain the amount of layers rendered by constraining what actually needs re-layering via css
|
||||||
contain: layout paint;
|
contain: layout paint;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue