10 lines
164 B
CSS
10 lines
164 B
CSS
.wrapper {
|
|
position: fixed;
|
|
inset: 0;
|
|
z-index: 2147483641; /* 确保在所有元素之上,除了 panel */
|
|
cursor: wait;
|
|
overflow: hidden;
|
|
|
|
display: none;
|
|
}
|