Files
aklive2d/showcase/src/components/aklive2d.css
Haoyu Xu 5780c04979 Showcase refactor (#20)
* refactor: update voice.js

* refactor: update fallback.js

* refactor: update music.js

* refactor: update player.js

* refactor: misc changes

* feat: added background.js

* feat: added logo.js

* chore: update

* refactor: port all changes

* fix: fix WE issues

* fix: code cleanup
2025-01-08 21:33:01 +08:00

8 lines
133 B
CSS

#settings-box {
position: fixed;
left: 0;
top: 0;
background-color: white;
user-select: auto;
z-index: 999;
}