Reduce z-index of matrix-container to improve stacking context and prevent overlap issues [skip ci]
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
pointer-events: none;
|
||||
z-index: 1000;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
contain: layout paint;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user