Skip to content

Commit

Permalink
@mmcc fixed vertical volume. closes #2859
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc authored and gkatsev committed Nov 25, 2015
1 parent 72f77d7 commit 5ed0dc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
## HEAD (Unreleased)
* @gesinger checked for track changes before tech started listening ([view](https://github.com/videojs/video.js/pull/2835))
* @gesinger fixed handler explosion for cuechange events ([view](https://github.com/videojs/video.js/pull/2849))
* @mmcc fixed vertical volume ([view](https://github.com/videojs/video.js/pull/2859))

--------------------

Expand Down
1 change: 1 addition & 0 deletions src/css/components/_volume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ width and height to zero. */

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
left: 0.5em;
height: 8em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
left: -2em;
Expand Down
2 changes: 1 addition & 1 deletion src/css/components/menu/_menu-popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

/* Button Pop-up Menu */
.vjs-menu-button-popup .vjs-menu ul {
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
@include background-color-with-alpha($primary-background-color, $primary-background-transparency);

position: absolute;
Expand Down

0 comments on commit 5ed0dc8

Please sign in to comment.