From 89a74f6570ef55226743ba8cea277568112031dc Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Thu, 25 Sep 2025 12:27:15 +0300 Subject: [PATCH] fix: The volume hover should be displayed in front of the seekbar --- frontend-tools/video-js/src/VideoJS.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend-tools/video-js/src/VideoJS.css b/frontend-tools/video-js/src/VideoJS.css index 4495fe73..cd39e985 100644 --- a/frontend-tools/video-js/src/VideoJS.css +++ b/frontend-tools/video-js/src/VideoJS.css @@ -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;