Skip to content

Commit e06465f

Browse files
authored
fix(progress): mouse-time-display overlaps the play-progress svg icon (#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
1 parent e2f9231 commit e06465f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/components/_progress.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
height: 1em;
9696
pointer-events: none;
9797
line-height: 0.15em;
98+
z-index: 1;
9899
}
99100

100101
.video-js .vjs-load-progress {

0 commit comments

Comments
 (0)