Cdm2883 c40aeb1dfb
Some checks failed
Build Demo / build (push) Failing after 6m39s
feat: pseudo 3d layer
2024-08-09 22:24:14 +08:00

19 lines
246 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;
}