Skip to content

Commit

Permalink
deploy: a2646ce
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumiko committed Nov 21, 2023
1 parent 31cbf42 commit fe3cc5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ede.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,10 @@

wrapper = document.createElement('div');
wrapper.id = 'danmakuWrapper';
wrapper.style.position = 'relative';
wrapper.style.position = 'absolute';
wrapper.style.width = '100%';
wrapper.style.height = window.ede.heightRatio * 100 + '%';
wrapper.style.top = '0';
wrapper.style.overflow = 'hidden';
_container.appendChild(wrapper);

Expand Down

0 comments on commit fe3cc5e

Please sign in to comment.