Skip to content

Commit

Permalink
Ensure that the mouse pointing time is displayed above the playback p…
Browse files Browse the repository at this point in the history
…rogress. fixes #1256 (#1261)
  • Loading branch information
YiranDuan721 authored Dec 18, 2023
1 parent c64f3ea commit eff714b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ label:has(~ .tl-input), label:has(~.tl-textarea) {
background-color: #3070b3 !important;
}

/* Ensure that the mouse pointing time is displayed above the playback progress */
.video-js .vjs-mouse-display {
z-index: 2 !important;
}

.video-js .vjs-big-play-button {
@apply absolute top-0 left-0 bottom-0 right-0 m-auto;
}
Expand Down

0 comments on commit eff714b

Please sign in to comment.