Cdm2883 23cff070e2
All checks were successful
Build Demo / build (push) Successful in 36s
feat: device performance optimization
2024-08-10 23:03:46 +08:00

27 lines
383 B
CSS

* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
#three-viewport {
position: fixed;
width: 100%;
height: 100%;
}
#pseudo-3d-layer {
position: fixed;
width: 100%;
height: 100%;
pointer-events: none;
}
#fullscreen-loading {
position: fixed;
width: 100%;
height: 100%;
/*pointer-events: fill;*/
pointer-events: none;
}