Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 7467b73

Browse files
committed
Fix z-index for videojs player, both in editor mode and fullscreen. Fix #1191
1 parent 98427bc commit 7467b73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/* Fullscreen styles for main elements */
2-
.video-js-box.vjs-fullscreen { z-index: 1020; }
2+
.video-js-box.vjs-fullscreen { z-index: 10020; }
33
.video-js-box.vjs-fullscreen video.video-js,
44
.video-js-box.vjs-fullscreen .vjs-flash-fallback { z-index: 1020; }
55
.video-js-box.vjs-fullscreen img.vjs-poster { z-index: 1021; }
66
.video-js-box.vjs-fullscreen .vjs-spinner { z-index: 1021; }
77
.video-js-box.vjs-fullscreen .vjs-controls { z-index: 1023; }
88
.video-js-box.vjs-fullscreen .vjs-big-play-button { z-index: 1024; }
99
.video-js-box.vjs-fullscreen .vjs-subtitles { z-index: 1024; }
10+
.video-js-box .vjs-controls {z-index: 10001;}

0 commit comments

Comments
 (0)