fix(PageController): use local svg for cursor mask to fix CSP errors
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 2147483641; /* 确保在所有元素之上,除了 panel */
|
||||
/* pointer-events: none; */
|
||||
cursor: not-allowed;
|
||||
cursor: wait;
|
||||
overflow: hidden;
|
||||
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user