Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(control-bar): incorrect display when control bar display is locked (
#8435) The control bar is not displayed correctly when the display is locked because `.vjs-lock-showing` uses `display` `block` instead of `flex`. - use `display` `flex` instead of `display` `block` when the control bar has `.vjs-lock-showing` class - ensure that the control bar is not displayed if the `player` has classes: - `.vjs-controls-disabled` - `.vjs-using-native-controls` - `.vjs-error`
- Loading branch information