fix(PageController): use local svg for cursor mask to fix CSP errors

This commit is contained in:
Simon
2026-01-28 17:04:54 +08:00
parent d712ea7041
commit 142231a16c
4 changed files with 38 additions and 52 deletions

View File

@@ -2,8 +2,7 @@
position: fixed;
inset: 0;
z-index: 2147483641; /* 确保在所有元素之上,除了 panel */
/* pointer-events: none; */
cursor: not-allowed;
cursor: wait;
overflow: hidden;
display: none;