chore: mv mask code to folder

This commit is contained in:
Simon
2026-01-13 17:35:24 +08:00
parent b6232d4e21
commit aa5909264a
5 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
.wrapper {
position: fixed;
inset: 0;
z-index: 2147483641; /* 确保在所有元素之上,除了 panel */
/* pointer-events: none; */
cursor: not-allowed;
overflow: hidden;
display: none;
}