Skip to content

Commit

Permalink
fix(progress): mouse-time-display overlaps the play-progress svg icon (
Browse files Browse the repository at this point in the history
…#8338)

When the mouse hovers over the `play-progress` svg icon,
the `mouse-time-display` bar appears above it.

- adds `z-index` to avoid overlap
  • Loading branch information
amtins committed Jul 4, 2023
1 parent e2f9231 commit e06465f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/components/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
height: 1em;
pointer-events: none;
line-height: 0.15em;
z-index: 1;
}

.video-js .vjs-load-progress {
Expand Down

0 comments on commit e06465f

Please sign in to comment.