Skip to content

Commit

Permalink
Update z-index of color chooser
Browse files Browse the repository at this point in the history
The previous z-index of 2 was not enough for the popover to appear above the "Save" footer, which has z-index: 99
  • Loading branch information
TuurDutoit authored and stennie committed Jul 10, 2018
1 parent 96a0523 commit 7b8115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fields/types/color/ColorField.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const classes = {
marginTop: 10,
position: 'absolute',
left: 0,
zIndex: 2,
zIndex: 500,
},
swatch: {
borderRadius: 1,
Expand Down

0 comments on commit 7b8115b

Please sign in to comment.