Skip to content

Commit

Permalink
deploy: cb7a6f7
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumiko committed Nov 21, 2023
1 parent 051af90 commit 5b4fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ede.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
wrapper.style.height = window.ede.heightRatio * 100 + '%';
wrapper.style.top = '0';
wrapper.style.overflow = 'hidden';
_container.appendChild(wrapper);
_container.prepend(wrapper);

window.ede.danmaku = new Danmaku({
container: wrapper,
Expand Down

0 comments on commit 5b4fb6f

Please sign in to comment.