Skip to content

Commit

Permalink
Update src/css/components/_text-track.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Katsevman <git@gkatsev.com>
  • Loading branch information
CarlosVillasenor and gkatsev committed Aug 26, 2024
1 parent d5d52d5 commit 5efd400
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/css/components/_text-track.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ video::-webkit-media-text-track-display {
width: 80% !important;
}

.video-js .vjs-text-track-display-inset {
top: 0;
right: 0;
bottom: 0;
left: 0;
@supports (inset: 10px) {
.video-js .vjs-text-track-display {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}

0 comments on commit 5efd400

Please sign in to comment.