Skip to content

Commit 508a424

Browse files
authoredJul 6, 2021
fix: all !important properties of vjs-lock-showing (#7312)
1 parent 3921b7f commit 508a424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/css/components/_layout.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ body.vjs-full-window {
157157

158158
.vjs-lock-showing {
159159
display: block !important;
160-
opacity: 1;
161-
visibility: visible;
160+
opacity: 1 !important;
161+
visibility: visible !important;
162162
}
163163

164164
// This optional paragraph inside the video tag can provide a message to users

0 commit comments

Comments
 (0)
Please sign in to comment.