fix: bug

This commit is contained in:
yanghang
2025-07-18 14:50:06 +08:00
parent 266cc7451f
commit d3ee3a56ef
3 changed files with 10 additions and 19 deletions
@@ -156,7 +156,7 @@
position: absolute;
left: 50%;
top: 50%;
max-width: 100%;
width: 100vw;
max-height: 100%;
transform: translate(-50%, -50%);
}
@@ -104,8 +104,8 @@
transform: translate(-50%, -50%);
}
.overlay-box .video-cont-center{
max-width: 100%;
max-height: 80%;
width: 100vw;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;