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
  • Loading branch information
YiranDuan721 committed Dec 9, 2023
1 parent 70bc1f3 commit 2275453
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 2275453

Please sign in to comment.