fix: The volume hover should be displayed in front of the seekbar

This commit is contained in:
Yiannis Christodoulou 2025-09-25 12:27:15 +03:00
parent e095d68667
commit 89a74f6570

View File

@ -1283,6 +1283,7 @@ button.vjs-button > .vjs-icon-placeholder:before {
.vjs-volume-panel {
gap: 5px;
z-index: 1000 !important;
}
.video-js .vjs-play-progress.vjs-slider-bar + .vjs-time-tooltip {
padding: 0;