feat: pseudo 3d layer
Some checks failed
Build Demo / build (push) Failing after 6m39s

This commit is contained in:
2024-08-09 22:24:14 +08:00
parent c966b1c617
commit c40aeb1dfb
5 changed files with 95 additions and 6 deletions

View File

@ -9,3 +9,10 @@
width: 100%;
height: 100%;
}
#pseudo-3d-layer {
position: fixed;
width: 100%;
height: 100%;
pointer-events: none;
}