Force a new layer for backdrop panel

This commit is contained in:
Dariusz Niemczyk
2021-08-24 20:38:03 +02:00
parent 798da0f5fa
commit 972682139e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -22,6 +22,8 @@ limitations under the License.
width: 100%;
overflow: hidden;
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 {