Fix issue where playback rate button would disrupt the player layout

This commit is contained in:
PrestonN 2021-10-12 17:04:03 -04:00
parent 2acd3261c4
commit fde06914b5
1 changed files with 1 additions and 1 deletions

View File

@ -1440,7 +1440,7 @@ video::-webkit-media-text-track-display {
.vjs-playback-rate > .vjs-menu-button, .vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value { .vjs-playback-rate .vjs-playback-rate-value {
position: absolute; position: absolute;
top: 12px; line-height: 36px;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;