Skip to content

Commit

Permalink
fix(rotator): Don't prevent dragging while mouse is over color selector
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Apr 21, 2017
1 parent 2961096 commit e80e1a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/color-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ color-picker {
top: -10%;
left: -10%;
z-index: 9;

&.dragging {
z-index: 11;
}
}

.color {
Expand Down

0 comments on commit e80e1a4

Please sign in to comment.