update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-08 17:58:12 +08:00
parent 3fdc176008
commit 91429a1a38
3 changed files with 34 additions and 3 deletions

View File

@@ -82,11 +82,14 @@
.danmaku-box {
width: 100%;
height: 420px;
.danmaku {
position: absolute;
width: 100%;
height: 420px;
top: 0;
z-index: 1;
}
}