Files
page-agent/packages/page-controller/src/mask/SimulatorMask.module.css
T
2026-01-13 17:35:24 +08:00

11 lines
200 B
CSS

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