Adjust seekbar and end screen overlay styles

This commit is contained in:
Yiannis Christodoulou 2025-10-02 14:25:11 +03:00
parent 09454774ac
commit 7356531c07
2 changed files with 3 additions and 3 deletions

View File

@ -817,7 +817,7 @@ button.vjs-button > .vjs-icon-placeholder:before {
/* Move seekbar closer to controls on mobile */
.video-js .vjs-progress-control {
bottom: 52px !important; /* Moved up to prevent overlap with controls */
bottom: 42px !important; /* Moved up to prevent overlap with controls */
}
/* Consistent wrapper spacing and alignment on mobile */

View File

@ -66,9 +66,9 @@
}
.video-js.vjs-ended .vjs-progress-control {
z-index: 100000 !important;
z-index: 0 !important;
position: absolute !important;
bottom: 48px !important;
/* bottom: 48px !important; */
left: 0 !important;
right: 0 !important;
width: 100% !important;