Files
page-agent/packages/page-controller/src/mask/SimulatorMask.module.css
T

10 lines
164 B
CSS
Raw Normal View History

2025-09-29 16:33:15 +08:00
.wrapper {
position: fixed;
inset: 0;
z-index: 2147483641; /* 确保在所有元素之上,除了 panel */
cursor: wait;
2025-09-29 16:33:15 +08:00
overflow: hidden;
display: none;
}