diff --git a/ui/scss/component/_file-render.scss b/ui/scss/component/_file-render.scss index 5f95902bc..419032a3a 100644 --- a/ui/scss/component/_file-render.scss +++ b/ui/scss/component/_file-render.scss @@ -411,6 +411,10 @@ .vjs-duration { display: flex; } + + .vjs-time-divider { + z-index: 0; // solves the grayed-out divider + } } .vjs-picture-in-picture-control {