diff --git a/css/player.css b/css/player.css index 1c11ec9..2f7b074 100644 --- a/css/player.css +++ b/css/player.css @@ -974,6 +974,7 @@ li { position: absolute; right: -32px; top: 0px; + z-index: 10; } .source-list button{ diff --git a/js/app.js b/js/app.js index 58c91ef..7a738cc 100644 --- a/js/app.js +++ b/js/app.js @@ -483,7 +483,7 @@ $scope.saveLocalSettings(); } else { - angularPlayer.adjustVolumeSlider($scope.volume); + $timeout(function(){angularPlayer.adjustVolumeSlider($scope.volume)},0); } }