Skip to content

Commit

Permalink
fix: all !important properties of vjs-lock-showing (#7312)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Jul 6, 2021
1 parent 3921b7f commit 508a424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/components/_layout.scss
Expand Up @@ -157,8 +157,8 @@ body.vjs-full-window {

.vjs-lock-showing {
display: block !important;
opacity: 1;
visibility: visible;
opacity: 1 !important;
visibility: visible !important;
}

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

0 comments on commit 508a424

Please sign in to comment.