mirror of
https://github.com/videojs/video.js.git
synced 2025-01-02 06:32:07 +02:00
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
This commit is contained in:
parent
e2f9231532
commit
e06465f9cb
@ -95,6 +95,7 @@
|
||||
height: 1em;
|
||||
pointer-events: none;
|
||||
line-height: 0.15em;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.video-js .vjs-load-progress {
|
||||
|
Loading…
Reference in New Issue
Block a user