Skip to content

Commit

Permalink
OS X: Volume slider nub should not move window
Browse files Browse the repository at this point in the history
Before, grabbing the volume slider nub would move the window.
  • Loading branch information
feross committed May 13, 2016
1 parent 7701c5f commit e5b648d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions renderer/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ body.drag .app::after {
border: none;
padding: 0;
vertical-align: sub;
-webkit-app-region: no-drag;
}

.player-controls .volume-slider::-webkit-slider-thumb {
Expand All @@ -809,6 +810,7 @@ body.drag .app::after {
height: 10px;
border: 1px solid #303233;
border-radius: 50%;
-webkit-app-region: no-drag;
}

.player-controls .volume-slider:focus {
Expand Down

0 comments on commit e5b648d

Please sign in to comment.