Reduce z-index of matrix-container to improve stacking context and prevent overlap issues [skip ci]

This commit is contained in:
CodeDevMLH
2026-02-27 04:08:00 +01:00
parent bd8088c52b
commit bb6c7796d5

View File

@@ -5,7 +5,7 @@
width: 100vw;
height: 100vh;
pointer-events: none;
z-index: 1000;
z-index: 10;
overflow: hidden;
contain: layout paint;
}